Shades of Light Sea Green #29BDB8
Tints of Light Sea Green #29BDB8
RGB
CMYK
RGB Variations
Color information
#29BDB8 (or 0x29BDB8) is known color: Light Sea Green. HEX triplet: 29, BD and B8. RGB value is (41,189,184). Sum of RGB (Red+Green+Blue) = 41+189+184=414 (54% of max value = 765). Red value is 41 (16.41% from 255 or 9.90% from 414); Green value is 189 (74.22% from 255 or 45.65% from 414); Blue value is 184 (72.27% from 255 or 44.44% from 414); Max value from RGB is 189 - color contains mainly: green. Hex color #29BDB8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29BDB8 is #D64247. Grayscale: #909090. Windows color (decimal): -14041672 or 12107049. OLE color: 12107049.
HSL color Cylindrical-coordinate representation of color #29BDB8: hue angle of 177.97º 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 #29BDB8 is Cyan = 0.78, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 41 | 189 | 184 | - |
| CMYK | 0.78 | 0 | 0.03 | 0.26 |
| HSL | 177.97º | 0.64% | 0.45% | - |
| HSV(B) | 177.97º | 0.78% | 0.74% | - |
| XYZ | 27.76 | 40.33 | 51.67 | - |
| YUV | 144.18 | 150.47 | 54.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 189 | 184 | 0.78 | 0 | 0.03 | 0.26 | 177.97 | 0.64 | 0.45 |
| Hex | 29 | BD | B8 | 4E | 0 | 3 | 1A | B2 | 40 | 2D |
| Octal | 51 | 275 | 270 | 116 | 0 | 3 | 32 | 262 | 100 | 55 |
| Binary | 101001 | 10111101 | 10111000 | 1001110 | 0 | 11 | 11010 | 10110010 | 1000000 | 101101 |
Color Harmonies of #29BDB8
Complementary color
Monochromatic Colors of #29BDB8
Black with #29BDB8
Text Example
Text Example
White with #29BDB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29BDB8; }
p { color: rgb(41,189,184); }
H1.HeaderClassName
{
color: #29BDB8;
}
.AnyTagClassName
{
color: #29BDB8;
}
</style>
background-color css
<style>
a { background-color: #29BDB8; }
a { background-color: rgb(41,189,184); }
div.DivClassName
{
background-color: #29BDB8;
}
.BgClassName
{
background-color: #29BDB8;
}
</style>
border-color css
<style>
span { border-color: #29BDB8; }
span { border-color: rgb(41,189,184); }
td.TdClassName
{
border-color: #29BDB8;
}
.TagClassName
{
border-color: #29BDB8;
}
</style>