Shades of Light Sea Green #29AD9C
Tints of Light Sea Green #29AD9C
RGB
CMYK
RGB Variations
Color information
#29AD9C (or 0x29AD9C) is known color: Light Sea Green. HEX triplet: 29, AD and 9C. RGB value is (41,173,156). Sum of RGB (Red+Green+Blue) = 41+173+156=370 (49% of max value = 765). Red value is 41 (16.41% from 255 or 11.08% from 370); Green value is 173 (67.97% from 255 or 46.76% from 370); Blue value is 156 (61.33% from 255 or 42.16% from 370); Max value from RGB is 173 - color contains mainly: green. Hex color #29AD9C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29AD9C is #D65263. Grayscale: #838383. Windows color (decimal): -14045796 or 10267945. OLE color: 10267945.
HSL color Cylindrical-coordinate representation of color #29AD9C: hue angle of 172.27º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #29AD9C is Cyan = 0.76, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 41 | 173 | 156 | - |
| CMYK | 0.76 | 0 | 0.10 | 0.32 |
| HSL | 172.27º | 0.62% | 0.42% | - |
| HSV(B) | 172.27º | 0.76% | 0.68% | - |
| XYZ | 21.86 | 32.76 | 36.62 | - |
| YUV | 131.59 | 141.77 | 63.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 173 | 156 | 0.76 | 0 | 0.10 | 0.32 | 172.27 | 0.62 | 0.42 |
| Hex | 29 | AD | 9C | 4C | 0 | A | 20 | AC | 3E | 2A |
| Octal | 51 | 255 | 234 | 114 | 0 | 12 | 40 | 254 | 76 | 52 |
| Binary | 101001 | 10101101 | 10011100 | 1001100 | 0 | 1010 | 100000 | 10101100 | 111110 | 101010 |
Color Harmonies of #29AD9C
Complementary color
Monochromatic Colors of #29AD9C
Black with #29AD9C
Text Example
Text Example
White with #29AD9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29AD9C; }
p { color: rgb(41,173,156); }
H1.HeaderClassName
{
color: #29AD9C;
}
.AnyTagClassName
{
color: #29AD9C;
}
</style>
background-color css
<style>
a { background-color: #29AD9C; }
a { background-color: rgb(41,173,156); }
div.DivClassName
{
background-color: #29AD9C;
}
.BgClassName
{
background-color: #29AD9C;
}
</style>
border-color css
<style>
span { border-color: #29AD9C; }
span { border-color: rgb(41,173,156); }
td.TdClassName
{
border-color: #29AD9C;
}
.TagClassName
{
border-color: #29AD9C;
}
</style>