COLOR #299D80

HEX: #299D80 RGB: (41,157,128)

Color info

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

RGB color model

#299D80 color RGB value is (41,157,128).

RGB: (41,157,128) (16%, 62%, 50%)

RGB channels and saturation

R 41 of 255 = 16%
G 157 of 255 = 62%
B 128 of 255 = 50%

41
157
128

R + G + B ~ 43%. #299D80 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 41 + 157 + 128 = 326 (100%)
R 41 of 326 ~ 12.58%
G 157 of 326 ~ 48.16%
B 128 of 326 ~ 39.26'%

%12.58
%48.16
%39.26

CMYK color model

#299D80 color CMYK value is (74,0,18,38).

  • cyan value is 73.89%
  • magenta value is 0.00%
  • yellow value is 18.47%
  • key color value is 38.43%

CMYK: (74,0,18,38)
C74M0Y18K38 (74%, 0%, 18%, 38%)
(0.74 / 0.00 / 0.18 / 0.38)

CMYK percentages

%73.89
%0
%18.47
%38.43

Codes

Color #299D80 in popluar color models

29 9D 80
RGB 41 157 128
HSL 165° 58.59% 38.82%
HSB/HSV 165° 73.89% 61.57%
CMYK 73.89% 0.00% 18.47%
38.43%

Color #299D80 in popluar number systems.

HEX 29 9D 80
Decimal 41 157 128
Binary 101001 10011101 10000000
Octal 51 235 200

Shades and tints

Shades of #299D80

#299D80
(41,157,128)
#268F75
(38,143,117)
#23816A
(35,129,106)
#20735F
(32,115,95)
#1D6554
(29,101,84)
#1A5749
(26,87,73)
#17493E
(23,73,62)
#143B33
(20,59,51)
#112D28
(17,45,40)
#0E1F1D
(14,31,29)
#0B1112
(11,17,18)
#000000
(0,0,0)

Tints of #299D80

#299D80
(41,157,128)
#3CA58B
(60,165,139)
#4FAD96
(79,173,150)
#62B5A1
(98,181,161)
#75BDAC
(117,189,172)
#88C5B7
(136,197,183)
#9BCDC2
(155,205,194)
#AED5CD
(174,213,205)
#C1DDD8
(193,221,216)
#D4E5E3
(212,229,227)
#E7EDEE
(231,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #299D80 color. Also use rgb(41,157,128) instead hex code.

Text Font Color

.myTextColor { color: #299D80; }

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

This text font color is #299D80.

Background Color

.myBgColor { background-color: #299D80; }

<div style="background-color:#299D80">Inner text</div>

This div background color is #299D80.

Border color

.myBorderColor { border: 1px solid #299D80; }

<div style="border:3px solid #299D80">Div</div>

This div border color is #299D80.

Opacity

.myOpacity80 { color: #299D80; opacity: 0.8; }

<p style="color:#299D80;opacity:0.8;">80%</p>

Text with #299D80 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 #299D80;}

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

This text has shadow with #299D80 color.


.textShadow {text-shadow: 3px 3px 1px #299D80', 3px 3px 1px red;}

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

This text has shadow with #299D80 primary color and red secondary color.


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

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

This text has shadow with #299D80 and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #299D80; -webkit-box-shadow: 1px 1px 3px 2px #299D80; box-shadow:1px 1px 3px 2px #299D80;">
Div content here
</div>

This div box has shadow with color #299D80.

Preview

Color preview on black background

This text has color #299D80 on black background.


Color preview on white background

This text has color #299D80 on white background.


Black color preview on #299D80 background

This text has black color on #299D80 background.


White color preview on #299D80 background

This text has white color on #299D80 background.


Related colors

Complementary color

Complementary color for #hex is #D6627F.


I love getcolorcode.com

Triadic colors

1 #80299D and #9D8029 with #299D80 are triadic colors.

2 #809D29 and #9D2980 with #299D80 are triadic colors.