Shades of Light Sea Green #29C8BD
Tints of Light Sea Green #29C8BD
RGB
CMYK
RGB Variations
Color information
#29C8BD (or 0x29C8BD) is known color: Light Sea Green. HEX triplet: 29, C8 and BD. RGB value is (41,200,189). Sum of RGB (Red+Green+Blue) = 41+200+189=430 (56% of max value = 765). Red value is 41 (16.41% from 255 or 9.53% from 430); Green value is 200 (78.52% from 255 or 46.51% from 430); Blue value is 189 (74.22% from 255 or 43.95% from 430); Max value from RGB is 200 - color contains mainly: green. Hex color #29C8BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29C8BD is #D63742. Grayscale: #979797. Windows color (decimal): -14038851 or 12437545. OLE color: 12437545.
HSL color Cylindrical-coordinate representation of color #29C8BD: hue angle of 175.85º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #29C8BD is Cyan = 0.80, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 41 | 200 | 189 | - |
| CMYK | 0.80 | 0 | 0.06 | 0.22 |
| HSL | 175.85º | 0.66% | 0.47% | - |
| HSV(B) | 175.85º | 0.8% | 0.78% | - |
| XYZ | 30.75 | 45.45 | 55.3 | - |
| YUV | 151.21 | 149.32 | 49.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 200 | 189 | 0.80 | 0 | 0.06 | 0.22 | 175.85 | 0.66 | 0.47 |
| Hex | 29 | C8 | BD | 50 | 0 | 6 | 16 | B0 | 42 | 2F |
| Octal | 51 | 310 | 275 | 120 | 0 | 6 | 26 | 260 | 102 | 57 |
| Binary | 101001 | 11001000 | 10111101 | 1010000 | 0 | 110 | 10110 | 10110000 | 1000010 | 101111 |
Color Harmonies of #29C8BD
Complementary color
Monochromatic Colors of #29C8BD
Black with #29C8BD
Text Example
Text Example
White with #29C8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29C8BD; }
p { color: rgb(41,200,189); }
H1.HeaderClassName
{
color: #29C8BD;
}
.AnyTagClassName
{
color: #29C8BD;
}
</style>
background-color css
<style>
a { background-color: #29C8BD; }
a { background-color: rgb(41,200,189); }
div.DivClassName
{
background-color: #29C8BD;
}
.BgClassName
{
background-color: #29C8BD;
}
</style>
border-color css
<style>
span { border-color: #29C8BD; }
span { border-color: rgb(41,200,189); }
td.TdClassName
{
border-color: #29C8BD;
}
.TagClassName
{
border-color: #29C8BD;
}
</style>