Shades of Light Sea Green #29BDAA
Tints of Light Sea Green #29BDAA
RGB
CMYK
RGB Variations
Color information
#29BDAA (or 0x29BDAA) is known color: Light Sea Green. HEX triplet: 29, BD and AA. RGB value is (41,189,170). Sum of RGB (Red+Green+Blue) = 41+189+170=400 (52% of max value = 765). Red value is 41 (16.41% from 255 or 10.25% from 400); Green value is 189 (74.22% from 255 or 47.25% from 400); Blue value is 170 (66.80% from 255 or 42.5% from 400); Max value from RGB is 189 - color contains mainly: green. Hex color #29BDAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #29BDAA is #D64255. Grayscale: #8E8E8E. Windows color (decimal): -14041686 or 11189545. OLE color: 11189545.
HSL color Cylindrical-coordinate representation of color #29BDAA: hue angle of 172.3º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #29BDAA is Cyan = 0.78, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 41 | 189 | 170 | - |
| CMYK | 0.78 | 0 | 0.10 | 0.26 |
| HSL | 172.3º | 0.64% | 0.45% | - |
| HSV(B) | 172.3º | 0.78% | 0.74% | - |
| XYZ | 26.37 | 39.77 | 44.32 | - |
| YUV | 142.58 | 143.47 | 55.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 189 | 170 | 0.78 | 0 | 0.10 | 0.26 | 172.3 | 0.64 | 0.45 |
| Hex | 29 | BD | AA | 4E | 0 | A | 1A | AC | 40 | 2D |
| Octal | 51 | 275 | 252 | 116 | 0 | 12 | 32 | 254 | 100 | 55 |
| Binary | 101001 | 10111101 | 10101010 | 1001110 | 0 | 1010 | 11010 | 10101100 | 1000000 | 101101 |
Color Harmonies of #29BDAA
Complementary color
Monochromatic Colors of #29BDAA
Black with #29BDAA
Text Example
Text Example
White with #29BDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29BDAA; }
p { color: rgb(41,189,170); }
H1.HeaderClassName
{
color: #29BDAA;
}
.AnyTagClassName
{
color: #29BDAA;
}
</style>
background-color css
<style>
a { background-color: #29BDAA; }
a { background-color: rgb(41,189,170); }
div.DivClassName
{
background-color: #29BDAA;
}
.BgClassName
{
background-color: #29BDAA;
}
</style>
border-color css
<style>
span { border-color: #29BDAA; }
span { border-color: rgb(41,189,170); }
td.TdClassName
{
border-color: #29BDAA;
}
.TagClassName
{
border-color: #29BDAA;
}
</style>