Shades of Light Sea Green #29BDA7
Tints of Light Sea Green #29BDA7
RGB
CMYK
RGB Variations
Color information
#29BDA7 (or 0x29BDA7) is known color: Light Sea Green. HEX triplet: 29, BD and A7. RGB value is (41,189,167). Sum of RGB (Red+Green+Blue) = 41+189+167=397 (52% of max value = 765). Red value is 41 (16.41% from 255 or 10.33% from 397); Green value is 189 (74.22% from 255 or 47.61% from 397); Blue value is 167 (65.62% from 255 or 42.07% from 397); Max value from RGB is 189 - color contains mainly: green. Hex color #29BDA7 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #29BDA7 is #D64258. Grayscale: #8E8E8E. Windows color (decimal): -14041689 or 10992937. OLE color: 10992937.
HSL color Cylindrical-coordinate representation of color #29BDA7: hue angle of 171.08º 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 #29BDA7 is Cyan = 0.78, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 41 | 189 | 167 | - |
| CMYK | 0.78 | 0 | 0.12 | 0.26 |
| HSL | 171.08º | 0.64% | 0.45% | - |
| HSV(B) | 171.08º | 0.78% | 0.74% | - |
| XYZ | 26.09 | 39.66 | 42.84 | - |
| YUV | 142.24 | 141.97 | 55.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 189 | 167 | 0.78 | 0 | 0.12 | 0.26 | 171.08 | 0.64 | 0.45 |
| Hex | 29 | BD | A7 | 4E | 0 | C | 1A | AB | 40 | 2D |
| Octal | 51 | 275 | 247 | 116 | 0 | 14 | 32 | 253 | 100 | 55 |
| Binary | 101001 | 10111101 | 10100111 | 1001110 | 0 | 1100 | 11010 | 10101011 | 1000000 | 101101 |
Color Harmonies of #29BDA7
Complementary color
Monochromatic Colors of #29BDA7
Black with #29BDA7
Text Example
Text Example
White with #29BDA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29BDA7; }
p { color: rgb(41,189,167); }
H1.HeaderClassName
{
color: #29BDA7;
}
.AnyTagClassName
{
color: #29BDA7;
}
</style>
background-color css
<style>
a { background-color: #29BDA7; }
a { background-color: rgb(41,189,167); }
div.DivClassName
{
background-color: #29BDA7;
}
.BgClassName
{
background-color: #29BDA7;
}
</style>
border-color css
<style>
span { border-color: #29BDA7; }
span { border-color: rgb(41,189,167); }
td.TdClassName
{
border-color: #29BDA7;
}
.TagClassName
{
border-color: #29BDA7;
}
</style>