#29c5af

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

Shades of Light Sea Green #29C5AF

Tints of Light Sea Green #29C5AF

Color information

#29C5AF (or 0x29C5AF) is unknown color: approx Light Sea Green. HEX triplet: 29, C5 and AF. RGB value is (41,197,175). Sum of RGB (Red+Green+Blue) = 41+197+175=413 (54% of max value = 765). Red value is 41 (16.41% from 255 or 9.93% from 413); Green value is 197 (77.34% from 255 or 47.70% from 413); Blue value is 175 (68.75% from 255 or 42.37% from 413); Max value from RGB is 197 - color contains mainly: green. Hex color #29C5AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #29C5AF is #D63A50. Grayscale: #939393. Windows color (decimal): -14039633 or 11519273. OLE color: 11519273.

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

Color convert

RGB41197175-
CMYK0.7900.110.23
HSL171.54º65.55%46.67%-
HSV(B)171.54º79.19%77.25%-
XYZ28.6243.547.45-
YUV147.85143.3251.79-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 9.93%
GREEN value IS 197 (77.34% from 255) = 47.70%
BLUE value IS 175 (68.75% from 255) = 42.37%
R=9.93%
G=47.70%
B=42.37%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal411971750.7900.110.23171.5465.5546.67
Hex29C5AF4F0B17ac422f
Octal513052571170132725410257
Binary101001110001011010111110011110101110111101011001000010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29c5af

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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