#29C0AD

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

Shades of Light Sea Green #29C0AD

Tints of Light Sea Green #29C0AD

Color information

#29C0AD (or 0x29C0AD) is unknown color: approx Light Sea Green. HEX triplet: 29, C0 and AD. RGB value is (41,192,173). Sum of RGB (Red+Green+Blue) = 41+192+173=406 (53% of max value = 765). Red value is 41 (16.41% from 255 or 10.10% from 406); Green value is 192 (75.39% from 255 or 47.29% from 406); Blue value is 173 (67.97% from 255 or 42.61% from 406); Max value from RGB is 192 - color contains mainly: green. Hex color #29C0AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #29C0AD is #D63F52. Grayscale: #909090. Windows color (decimal): -14040915 or 11386921. OLE color: 11386921.

HSL color Cylindrical-coordinate representation of color #29C0AD: hue angle of 172.45º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #29C0AD is Cyan = 0.79, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB41192173-
CMYK0.7900.100.25
HSL172.45º64.81%45.69%-
HSV(B)172.45º78.65%75.29%-
XYZ27.3141.1946.05-
YUV144.68143.9754.04-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 10.10%
GREEN value IS 192 (75.39% from 255) = 47.29%
BLUE value IS 173 (67.97% from 255) = 42.61%
R=10.10%
G=47.29%
B=42.61%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal411921730.7900.100.25172.4564.8145.69
Hex29C0AD4F0A19ac412e
Octal513002551170123125410156
Binary101001110000001010110110011110101011001101011001000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29C0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,192,173); }

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

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

 a { background-color: rgb(41,192,173); }

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

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

 span { border-color: rgb(41,192,173); }

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