Shades of Light Sea Green #29C2AC
Tints of Light Sea Green #29C2AC
RGB
CMYK
RGB Variations
Color information
#29C2AC (or 0x29C2AC) is known color: Light Sea Green. HEX triplet: 29, C2 and AC. RGB value is (41,194,172). Sum of RGB (Red+Green+Blue) = 41+194+172=407 (53% of max value = 765). Red value is 41 (16.41% from 255 or 10.07% from 407); Green value is 194 (76.17% from 255 or 47.67% from 407); Blue value is 172 (67.58% from 255 or 42.26% from 407); Max value from RGB is 194 - color contains mainly: green. Hex color #29C2AC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #29C2AC is #D63D53. Grayscale: #919191. Windows color (decimal): -14040404 or 11321897. OLE color: 11321897.
HSL color Cylindrical-coordinate representation of color #29C2AC: hue angle of 171.37º 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 #29C2AC is Cyan = 0.79, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 41 | 194 | 172 | - |
| CMYK | 0.79 | 0 | 0.11 | 0.24 |
| HSL | 171.37º | 0.65% | 0.46% | - |
| HSV(B) | 171.37º | 0.79% | 0.76% | - |
| XYZ | 27.65 | 42.03 | 45.69 | - |
| YUV | 145.75 | 142.81 | 53.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 194 | 172 | 0.79 | 0 | 0.11 | 0.24 | 171.37 | 0.65 | 0.46 |
| Hex | 29 | C2 | AC | 4F | 0 | B | 18 | AB | 41 | 2E |
| Octal | 51 | 302 | 254 | 117 | 0 | 13 | 30 | 253 | 101 | 56 |
| Binary | 101001 | 11000010 | 10101100 | 1001111 | 0 | 1011 | 11000 | 10101011 | 1000001 | 101110 |
Color Harmonies of #29C2AC
Complementary color
Monochromatic Colors of #29C2AC
Black with #29C2AC
Text Example
Text Example
White with #29C2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29C2AC; }
p { color: rgb(41,194,172); }
H1.HeaderClassName
{
color: #29C2AC;
}
.AnyTagClassName
{
color: #29C2AC;
}
</style>
background-color css
<style>
a { background-color: #29C2AC; }
a { background-color: rgb(41,194,172); }
div.DivClassName
{
background-color: #29C2AC;
}
.BgClassName
{
background-color: #29C2AC;
}
</style>
border-color css
<style>
span { border-color: #29C2AC; }
span { border-color: rgb(41,194,172); }
td.TdClassName
{
border-color: #29C2AC;
}
.TagClassName
{
border-color: #29C2AC;
}
</style>