Shades of Light Sea Green #29C2AA
Tints of Light Sea Green #29C2AA
RGB
CMYK
RGB Variations
Color information
#29C2AA (or 0x29C2AA) is known color: Light Sea Green. HEX triplet: 29, C2 and AA. RGB value is (41,194,170). Sum of RGB (Red+Green+Blue) = 41+194+170=405 (53% of max value = 765). Red value is 41 (16.41% from 255 or 10.12% from 405); Green value is 194 (76.17% from 255 or 47.90% from 405); Blue value is 170 (66.80% from 255 or 41.98% from 405); Max value from RGB is 194 - color contains mainly: green. Hex color #29C2AA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #29C2AA is #D63D55. Grayscale: #919191. Windows color (decimal): -14040406 or 11190825. OLE color: 11190825.
HSL color Cylindrical-coordinate representation of color #29C2AA: hue angle of 170.59º 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 #29C2AA is Cyan = 0.79, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 41 | 194 | 170 | - |
| CMYK | 0.79 | 0 | 0.12 | 0.24 |
| HSL | 170.59º | 0.65% | 0.46% | - |
| HSV(B) | 170.59º | 0.79% | 0.76% | - |
| XYZ | 27.46 | 41.96 | 44.68 | - |
| YUV | 145.52 | 141.81 | 53.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 194 | 170 | 0.79 | 0 | 0.12 | 0.24 | 170.59 | 0.65 | 0.46 |
| Hex | 29 | C2 | AA | 4F | 0 | C | 18 | AB | 41 | 2E |
| Octal | 51 | 302 | 252 | 117 | 0 | 14 | 30 | 253 | 101 | 56 |
| Binary | 101001 | 11000010 | 10101010 | 1001111 | 0 | 1100 | 11000 | 10101011 | 1000001 | 101110 |
Color Harmonies of #29C2AA
Complementary color
Monochromatic Colors of #29C2AA
Black with #29C2AA
Text Example
Text Example
White with #29C2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29C2AA; }
p { color: rgb(41,194,170); }
H1.HeaderClassName
{
color: #29C2AA;
}
.AnyTagClassName
{
color: #29C2AA;
}
</style>
background-color css
<style>
a { background-color: #29C2AA; }
a { background-color: rgb(41,194,170); }
div.DivClassName
{
background-color: #29C2AA;
}
.BgClassName
{
background-color: #29C2AA;
}
</style>
border-color css
<style>
span { border-color: #29C2AA; }
span { border-color: rgb(41,194,170); }
td.TdClassName
{
border-color: #29C2AA;
}
.TagClassName
{
border-color: #29C2AA;
}
</style>