#29C9B7

Color #29C9B7 Light Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sea Green #29C9B7

Tints of Light Sea Green #29C9B7

Color information

#29C9B7 (or 0x29C9B7) is unknown color: approx Light Sea Green. HEX triplet: 29, C9 and B7. RGB value is (41,201,183). Sum of RGB (Red+Green+Blue) = 41+201+183=425 (56% of max value = 765). Red value is 41 (16.41% from 255 or 9.65% from 425); Green value is 201 (78.91% from 255 or 47.29% from 425); Blue value is 183 (71.88% from 255 or 43.06% from 425); Max value from RGB is 201 - color contains mainly: green. Hex color #29C9B7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29C9B7 is #D63648. Grayscale: #979797. Windows color (decimal): -14038601 or 12044585. OLE color: 12044585.

HSL color Cylindrical-coordinate representation of color #29C9B7: hue angle of 173.25º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #29C9B7 is Cyan = 0.80, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.21.

Color convert

RGB41201183-
CMYK0.8000.090.21
HSL173.25º66.12%47.45%-
HSV(B)173.25º79.6%78.82%-
XYZ30.3545.6652.01-
YUV151.11145.9949.46-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 41 (16.41% from 255) = 9.65%
GREEN value IS 201 (78.91% from 255) = 47.29%
BLUE value IS 183 (71.88% from 255) = 43.06%
R=9.65%
G=47.29%
B=43.06%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal412011830.8000.090.21173.2566.1247.45
Hex29C9B7500915ad422f
Octal513112671200112525510257
Binary101001110010011011011110100000100110101101011011000010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29C9B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29C9B7; }

 p { color: rgb(41,201,183); }

 H1.HeaderClassName
 {
   color: #29C9B7;
 }
 .AnyTagClassName
 {
   color: #29C9B7;
 }
</style>
background-color css

<style>
 a { background-color: #29C9B7; }

 a { background-color: rgb(41,201,183); }

 div.DivClassName
 {
   background-color: #29C9B7;
 }
 .BgClassName
 {
   background-color: #29C9B7;
 }
</style>
border-color css

<style>
 span { border-color: #29C9B7; }

 span { border-color: rgb(41,201,183); }

 td.TdClassName
 {
   border-color: #29C9B7;
 }
 .TagClassName
 {
   border-color: #29C9B7;
 }
</style>