Shades of Light Sea Green #29CABE
Tints of Light Sea Green #29CABE
RGB
CMYK
RGB Variations
Color information
#29CABE (or 0x29CABE) is known color: Light Sea Green. HEX triplet: 29, CA and BE. RGB value is (41,202,190). Sum of RGB (Red+Green+Blue) = 41+202+190=433 (57% of max value = 765). Red value is 41 (16.41% from 255 or 9.47% from 433); Green value is 202 (79.30% from 255 or 46.65% from 433); Blue value is 190 (74.61% from 255 or 43.88% from 433); Max value from RGB is 202 - color contains mainly: green. Hex color #29CABE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29CABE is #D63541. Grayscale: #989898. Windows color (decimal): -14038338 or 12503593. OLE color: 12503593.
HSL color Cylindrical-coordinate representation of color #29CABE: hue angle of 175.53º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #29CABE is Cyan = 0.80, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 41 | 202 | 190 | - |
| CMYK | 0.80 | 0 | 0.06 | 0.21 |
| HSL | 175.53º | 0.66% | 0.48% | - |
| HSV(B) | 175.53º | 0.8% | 0.79% | - |
| XYZ | 31.33 | 46.43 | 56.03 | - |
| YUV | 152.49 | 149.16 | 48.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 202 | 190 | 0.80 | 0 | 0.06 | 0.21 | 175.53 | 0.66 | 0.48 |
| Hex | 29 | CA | BE | 50 | 0 | 6 | 15 | B0 | 42 | 30 |
| Octal | 51 | 312 | 276 | 120 | 0 | 6 | 25 | 260 | 102 | 60 |
| Binary | 101001 | 11001010 | 10111110 | 1010000 | 0 | 110 | 10101 | 10110000 | 1000010 | 110000 |
Color Harmonies of #29CABE
Complementary color
Monochromatic Colors of #29CABE
Black with #29CABE
Text Example
Text Example
White with #29CABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29CABE; }
p { color: rgb(41,202,190); }
H1.HeaderClassName
{
color: #29CABE;
}
.AnyTagClassName
{
color: #29CABE;
}
</style>
background-color css
<style>
a { background-color: #29CABE; }
a { background-color: rgb(41,202,190); }
div.DivClassName
{
background-color: #29CABE;
}
.BgClassName
{
background-color: #29CABE;
}
</style>
border-color css
<style>
span { border-color: #29CABE; }
span { border-color: rgb(41,202,190); }
td.TdClassName
{
border-color: #29CABE;
}
.TagClassName
{
border-color: #29CABE;
}
</style>