#29C2AD

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

Shades of Light Sea Green #29C2AD

Tints of Light Sea Green #29C2AD

Color information

#29C2AD (or 0x29C2AD) is unknown color: approx Light Sea Green. HEX triplet: 29, C2 and AD. RGB value is (41,194,173). Sum of RGB (Red+Green+Blue) = 41+194+173=408 (54% of max value = 765). Red value is 41 (16.41% from 255 or 10.05% from 408); Green value is 194 (76.17% from 255 or 47.55% from 408); Blue value is 173 (67.97% from 255 or 42.40% from 408); Max value from RGB is 194 - color contains mainly: green. Hex color #29C2AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #29C2AD is #D63D52. Grayscale: #919191. Windows color (decimal): -14040403 or 11387433. OLE color: 11387433.

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

Color convert

RGB41194173-
CMYK0.7900.110.24
HSL171.76º65.11%46.08%-
HSV(B)171.76º78.87%76.08%-
XYZ27.7542.0746.19-
YUV145.86143.3153.21-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 10.05%
GREEN value IS 194 (76.17% from 255) = 47.55%
BLUE value IS 173 (67.97% from 255) = 42.40%
R=10.05%
G=47.55%
B=42.40%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal411941730.7900.110.24171.7665.1146.08
Hex29C2AD4F0B18ac412e
Octal513022551170133025410156
Binary101001110000101010110110011110101111000101011001000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29C2AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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