Shades of Light Sea Green #29BBAA
Tints of Light Sea Green #29BBAA
RGB
CMYK
RGB Variations
Color information
#29BBAA (or 0x29BBAA) is known color: Light Sea Green. HEX triplet: 29, BB and AA. RGB value is (41,187,170). Sum of RGB (Red+Green+Blue) = 41+187+170=398 (52% of max value = 765). Red value is 41 (16.41% from 255 or 10.30% from 398); Green value is 187 (73.44% from 255 or 46.98% from 398); Blue value is 170 (66.80% from 255 or 42.71% from 398); Max value from RGB is 187 - color contains mainly: green. Hex color #29BBAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #29BBAA is #D64455. Grayscale: #8D8D8D. Windows color (decimal): -14042198 or 11189033. OLE color: 11189033.
HSL color Cylindrical-coordinate representation of color #29BBAA: hue angle of 173.01º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #29BBAA is Cyan = 0.78, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 41 | 187 | 170 | - |
| CMYK | 0.78 | 0 | 0.09 | 0.27 |
| HSL | 173.01º | 0.64% | 0.45% | - |
| HSV(B) | 173.01º | 0.78% | 0.73% | - |
| XYZ | 25.94 | 38.91 | 44.17 | - |
| YUV | 141.41 | 144.13 | 56.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 187 | 170 | 0.78 | 0 | 0.09 | 0.27 | 173.01 | 0.64 | 0.45 |
| Hex | 29 | BB | AA | 4E | 0 | 9 | 1B | AD | 40 | 2D |
| Octal | 51 | 273 | 252 | 116 | 0 | 11 | 33 | 255 | 100 | 55 |
| Binary | 101001 | 10111011 | 10101010 | 1001110 | 0 | 1001 | 11011 | 10101101 | 1000000 | 101101 |
Color Harmonies of #29BBAA
Complementary color
Monochromatic Colors of #29BBAA
Black with #29BBAA
Text Example
Text Example
White with #29BBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29BBAA; }
p { color: rgb(41,187,170); }
H1.HeaderClassName
{
color: #29BBAA;
}
.AnyTagClassName
{
color: #29BBAA;
}
</style>
background-color css
<style>
a { background-color: #29BBAA; }
a { background-color: rgb(41,187,170); }
div.DivClassName
{
background-color: #29BBAA;
}
.BgClassName
{
background-color: #29BBAA;
}
</style>
border-color css
<style>
span { border-color: #29BBAA; }
span { border-color: rgb(41,187,170); }
td.TdClassName
{
border-color: #29BBAA;
}
.TagClassName
{
border-color: #29BBAA;
}
</style>