Shades of Light Sea Green #29C0AB
Tints of Light Sea Green #29C0AB
RGB
CMYK
RGB Variations
Color information
#29C0AB (or 0x29C0AB) is known color: Light Sea Green. HEX triplet: 29, C0 and AB. RGB value is (41,192,171). Sum of RGB (Red+Green+Blue) = 41+192+171=404 (53% of max value = 765). Red value is 41 (16.41% from 255 or 10.15% from 404); Green value is 192 (75.39% from 255 or 47.52% from 404); Blue value is 171 (67.19% from 255 or 42.33% from 404); Max value from RGB is 192 - color contains mainly: green. Hex color #29C0AB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #29C0AB is #D63F54. Grayscale: #909090. Windows color (decimal): -14040917 or 11255849. OLE color: 11255849.
HSL color Cylindrical-coordinate representation of color #29C0AB: hue angle of 171.66º 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 #29C0AB is Cyan = 0.79, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 41 | 192 | 171 | - |
| CMYK | 0.79 | 0 | 0.11 | 0.25 |
| HSL | 171.66º | 0.65% | 0.46% | - |
| HSV(B) | 171.66º | 0.79% | 0.75% | - |
| XYZ | 27.11 | 41.11 | 45.03 | - |
| YUV | 144.46 | 142.97 | 54.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 192 | 171 | 0.79 | 0 | 0.11 | 0.25 | 171.66 | 0.65 | 0.46 |
| Hex | 29 | C0 | AB | 4F | 0 | B | 19 | AC | 41 | 2E |
| Octal | 51 | 300 | 253 | 117 | 0 | 13 | 31 | 254 | 101 | 56 |
| Binary | 101001 | 11000000 | 10101011 | 1001111 | 0 | 1011 | 11001 | 10101100 | 1000001 | 101110 |
Color Harmonies of #29C0AB
Complementary color
Monochromatic Colors of #29C0AB
Black with #29C0AB
Text Example
Text Example
White with #29C0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29C0AB; }
p { color: rgb(41,192,171); }
H1.HeaderClassName
{
color: #29C0AB;
}
.AnyTagClassName
{
color: #29C0AB;
}
</style>
background-color css
<style>
a { background-color: #29C0AB; }
a { background-color: rgb(41,192,171); }
div.DivClassName
{
background-color: #29C0AB;
}
.BgClassName
{
background-color: #29C0AB;
}
</style>
border-color css
<style>
span { border-color: #29C0AB; }
span { border-color: rgb(41,192,171); }
td.TdClassName
{
border-color: #29C0AB;
}
.TagClassName
{
border-color: #29C0AB;
}
</style>