COLOR #298B80

HEX: #298B80
RGB: (41,139,128)

Color info

#298B80 contains mainly green and blue colors. Web safe color of #298B80 is #339966 (or #396).

RGB color model

#298B80 color RGB value is (41,139,128).

  • red value is 41;
  • green value is 139;
  • blue value is 128.
RGB:
(41,139,128)
(16%,55%,50%)

RGB channels and saturation

R 41 of 255 = 16%
G 139 of 255 = 55%
B 128 of 255 = 50%

41
139
128

R + G + B ~ 40%. #298B80 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
41 + 139 + 128 = 308 (100%)
R 41 of 308 ~ 13.31%
G 139 of 308 ~ 45.13%
B 128 of 308 ~ 41.56%

%13.31
%45.13
%41.56

CMYK color model

#298B80 color CMYK value is (71,0,8,45).

  • cyan value is 70.50%
  • magenta value is 0.00%
  • yellow value is 7.91%
  • key color value is 45.49%
CMYK:
(71,0,8,45)
C71M0Y8K45 
(71%,0%,8%,45%)
(0.71/0.00/0.08/0.45)	

CMYK percentages

%70.5
%0
%7.91
%45.49

Codes

Color #298B80 in popluar color models

298B80
RGB41139128
HSL173°54.44%35.29%
HSB/HSV173°70.50%54.51%
CMYK70.50%0.00%7.91%
45.49%

Color #298B80 in popluar number systems.

HEX298B80
Decimal41139128
Binary1010011000101110000000
Octal51213200

Shades and tints

Shades of #298B80

#298B80
(41,139,128)
#267F75
(38,127,117)
#23736A
(35,115,106)
#20675F
(32,103,95)
#1D5B54
(29,91,84)
#1A4F49
(26,79,73)
#17433E
(23,67,62)
#143733
(20,55,51)
#112B28
(17,43,40)
#0E1F1D
(14,31,29)
#0B1312
(11,19,18)
#000000
(0,0,0)

Tints of #298B80

#298B80
(41,139,128)
#3C958B
(60,149,139)
#4F9F96
(79,159,150)
#62A9A1
(98,169,161)
#75B3AC
(117,179,172)
#88BDB7
(136,189,183)
#9BC7C2
(155,199,194)
#AED1CD
(174,209,205)
#C1DBD8
(193,219,216)
#D4E5E3
(212,229,227)
#E7EFEE
(231,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #298B80 color. Also use rgb(41,139,128) instead hex code.

Text Font Color

.myTextColor { color: #298B80; }

<p style="color:#298B80">This sample text font color is #298B80.</p>

This text font color is #298B80.


Background Color

.myBgColor { background-color: #298B80; }

<div style="background-color:#298B80">Inner text</div>

This div background color is #298B80.


Border color

.myBorderColor { border: 1px solid #298B80; }

<div style="border:3px solid #298B80">Div</div>

This div border color is #298B80.


Opacity

.myOpacity80 { color: #298B80; opacity: 0.8; }

<p style="color:#298B80;opacity:0.8;">80%</p>

Text with #298B80 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #298B80;}

<p style="text-shadow: 3px 3px 1px #298B80">Text here.</p>

This text has shadow with #298B80 color.

.textShadow {text-shadow: 3px 3px 1px #298B80, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #298B80, 5px 5px 20px red">Text here.</p>

This text has shadow with #298B80 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#298B80, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#298B80, Direction=45, Strength=4)">Text</p>

This text has shadow with #298B80 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #298B80;
  -webkit-box-shadow:	1px 1px 3px 2px #298B80;
  box-shadow:		1px 1px 3px 2px #298B80;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #298B80;
-webkit-box-shadow: 1px 1px 3px 2px #298B80;
box-shadow:1px 1px 3px 2px #298B80;">
Div content here</div>
This div box has shadow with color #298B80.

Preview

Color preview on black background

This text has color #298B80 on black background.


Color preview on white background

This text has color #298B80 on white background.



Black color preview on #298B80 background

This text has black color on #298B80 background.


White color preview on #298B80 background

This text has white color on #298B80 background.