#29C9B3

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

Shades of Light Sea Green #29C9B3

Tints of Light Sea Green #29C9B3

Color information

#29C9B3 (or 0x29C9B3) is unknown color: approx Light Sea Green. HEX triplet: 29, C9 and B3. RGB value is (41,201,179). Sum of RGB (Red+Green+Blue) = 41+201+179=421 (55% of max value = 765). Red value is 41 (16.41% from 255 or 9.74% from 421); Green value is 201 (78.91% from 255 or 47.74% from 421); Blue value is 179 (70.31% from 255 or 42.52% from 421); Max value from RGB is 201 - color contains mainly: green. Hex color #29C9B3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29C9B3 is #D6364C. Grayscale: #969696. Windows color (decimal): -14038605 or 11782441. OLE color: 11782441.

HSL color Cylindrical-coordinate representation of color #29C9B3: hue angle of 171.75º 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 #29C9B3 is Cyan = 0.80, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.21.

Color convert

RGB41201179-
CMYK0.8000.110.21
HSL171.75º66.12%47.45%-
HSV(B)171.75º79.6%78.82%-
XYZ29.9445.549.85-
YUV150.65143.9949.79-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 9.74%
GREEN value IS 201 (78.91% from 255) = 47.74%
BLUE value IS 179 (70.31% from 255) = 42.52%
R=9.74%
G=47.74%
B=42.52%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal412011790.8000.110.21171.7566.1247.45
Hex29C9B3500B15ac422f
Octal513112631200132525410257
Binary101001110010011011001110100000101110101101011001000010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29C9B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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