#29C5B2

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

Shades of Light Sea Green #29C5B2

Tints of Light Sea Green #29C5B2

Color information

#29C5B2 (or 0x29C5B2) is unknown color: approx Light Sea Green. HEX triplet: 29, C5 and B2. RGB value is (41,197,178). Sum of RGB (Red+Green+Blue) = 41+197+178=416 (55% of max value = 765). Red value is 41 (16.41% from 255 or 9.86% from 416); Green value is 197 (77.34% from 255 or 47.36% from 416); Blue value is 178 (69.92% from 255 or 42.79% from 416); Max value from RGB is 197 - color contains mainly: green. Hex color #29C5B2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #29C5B2 is #D63A4D. Grayscale: #949494. Windows color (decimal): -14039630 or 11715881. OLE color: 11715881.

HSL color Cylindrical-coordinate representation of color #29C5B2: hue angle of 172.69º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #29C5B2 is Cyan = 0.79, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.23.

Color convert

RGB41197178-
CMYK0.7900.100.23
HSL172.69º65.55%46.67%-
HSV(B)172.69º79.19%77.25%-
XYZ28.9243.6249.01-
YUV148.19144.8251.54-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 9.86%
GREEN value IS 197 (77.34% from 255) = 47.36%
BLUE value IS 178 (69.92% from 255) = 42.79%
R=9.86%
G=47.36%
B=42.79%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal411971780.7900.100.23172.6965.5546.67
Hex29C5B24F0A17ad422f
Octal513052621170122725510257
Binary101001110001011011001010011110101010111101011011000010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29C5B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,197,178); }

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

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

 a { background-color: rgb(41,197,178); }

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

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

 span { border-color: rgb(41,197,178); }

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