Shades of Light Sea Green #29BBAC
Tints of Light Sea Green #29BBAC
RGB
CMYK
RGB Variations
Color information
#29BBAC (or 0x29BBAC) is known color: Light Sea Green. HEX triplet: 29, BB and AC. RGB value is (41,187,172). Sum of RGB (Red+Green+Blue) = 41+187+172=400 (52% of max value = 765). Red value is 41 (16.41% from 255 or 10.25% from 400); Green value is 187 (73.44% from 255 or 46.75% from 400); Blue value is 172 (67.58% from 255 or 43% from 400); Max value from RGB is 187 - color contains mainly: green. Hex color #29BBAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #29BBAC is #D64453. Grayscale: #8D8D8D. Windows color (decimal): -14042196 or 11320105. OLE color: 11320105.
HSL color Cylindrical-coordinate representation of color #29BBAC: hue angle of 173.84º 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 #29BBAC is Cyan = 0.78, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 41 | 187 | 172 | - |
| CMYK | 0.78 | 0 | 0.08 | 0.27 |
| HSL | 173.84º | 0.64% | 0.45% | - |
| HSV(B) | 173.84º | 0.78% | 0.73% | - |
| XYZ | 26.13 | 38.99 | 45.18 | - |
| YUV | 141.64 | 145.13 | 56.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 187 | 172 | 0.78 | 0 | 0.08 | 0.27 | 173.84 | 0.64 | 0.45 |
| Hex | 29 | BB | AC | 4E | 0 | 8 | 1B | AE | 40 | 2D |
| Octal | 51 | 273 | 254 | 116 | 0 | 10 | 33 | 256 | 100 | 55 |
| Binary | 101001 | 10111011 | 10101100 | 1001110 | 0 | 1000 | 11011 | 10101110 | 1000000 | 101101 |
Color Harmonies of #29BBAC
Complementary color
Monochromatic Colors of #29BBAC
Black with #29BBAC
Text Example
Text Example
White with #29BBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29BBAC; }
p { color: rgb(41,187,172); }
H1.HeaderClassName
{
color: #29BBAC;
}
.AnyTagClassName
{
color: #29BBAC;
}
</style>
background-color css
<style>
a { background-color: #29BBAC; }
a { background-color: rgb(41,187,172); }
div.DivClassName
{
background-color: #29BBAC;
}
.BgClassName
{
background-color: #29BBAC;
}
</style>
border-color css
<style>
span { border-color: #29BBAC; }
span { border-color: rgb(41,187,172); }
td.TdClassName
{
border-color: #29BBAC;
}
.TagClassName
{
border-color: #29BBAC;
}
</style>