Shades of Light Sea Green #29BAB8
Tints of Light Sea Green #29BAB8
RGB
CMYK
RGB Variations
Color information
#29BAB8 (or 0x29BAB8) is known color: Light Sea Green. HEX triplet: 29, BA and B8. RGB value is (41,186,184). Sum of RGB (Red+Green+Blue) = 41+186+184=411 (54% of max value = 765). Red value is 41 (16.41% from 255 or 9.98% from 411); Green value is 186 (73.05% from 255 or 45.26% from 411); Blue value is 184 (72.27% from 255 or 44.77% from 411); Max value from RGB is 186 - color contains mainly: green. Hex color #29BAB8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29BAB8 is #D64547. Grayscale: #8E8E8E. Windows color (decimal): -14042440 or 12106281. OLE color: 12106281.
HSL color Cylindrical-coordinate representation of color #29BAB8: hue angle of 179.17º 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 #29BAB8 is Cyan = 0.78, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 41 | 186 | 184 | - |
| CMYK | 0.78 | 0 | 0.01 | 0.27 |
| HSL | 179.17º | 0.64% | 0.45% | - |
| HSV(B) | 179.17º | 0.78% | 0.73% | - |
| XYZ | 27.13 | 39.05 | 51.46 | - |
| YUV | 142.42 | 151.46 | 55.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 186 | 184 | 0.78 | 0 | 0.01 | 0.27 | 179.17 | 0.64 | 0.45 |
| Hex | 29 | BA | B8 | 4E | 0 | 1 | 1B | B3 | 40 | 2D |
| Octal | 51 | 272 | 270 | 116 | 0 | 1 | 33 | 263 | 100 | 55 |
| Binary | 101001 | 10111010 | 10111000 | 1001110 | 0 | 1 | 11011 | 10110011 | 1000000 | 101101 |
Color Harmonies of #29BAB8
Complementary color
Monochromatic Colors of #29BAB8
Black with #29BAB8
Text Example
Text Example
White with #29BAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29BAB8; }
p { color: rgb(41,186,184); }
H1.HeaderClassName
{
color: #29BAB8;
}
.AnyTagClassName
{
color: #29BAB8;
}
</style>
background-color css
<style>
a { background-color: #29BAB8; }
a { background-color: rgb(41,186,184); }
div.DivClassName
{
background-color: #29BAB8;
}
.BgClassName
{
background-color: #29BAB8;
}
</style>
border-color css
<style>
span { border-color: #29BAB8; }
span { border-color: rgb(41,186,184); }
td.TdClassName
{
border-color: #29BAB8;
}
.TagClassName
{
border-color: #29BAB8;
}
</style>