Shades of Light Sea Green #29C7B4
Tints of Light Sea Green #29C7B4
RGB
CMYK
RGB Variations
Color information
#29C7B4 (or 0x29C7B4) is known color: Light Sea Green. HEX triplet: 29, C7 and B4. RGB value is (41,199,180). Sum of RGB (Red+Green+Blue) = 41+199+180=420 (55% of max value = 765). Red value is 41 (16.41% from 255 or 9.76% from 420); Green value is 199 (78.12% from 255 or 47.38% from 420); Blue value is 180 (70.70% from 255 or 42.86% from 420); Max value from RGB is 199 - color contains mainly: green. Hex color #29C7B4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29C7B4 is #D6384B. Grayscale: #959595. Windows color (decimal): -14039116 or 11847465. OLE color: 11847465.
HSL color Cylindrical-coordinate representation of color #29C7B4: hue angle of 172.78º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #29C7B4 is Cyan = 0.79, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 41 | 199 | 180 | - |
| CMYK | 0.79 | 0 | 0.10 | 0.22 |
| HSL | 172.78º | 0.66% | 0.47% | - |
| HSV(B) | 172.78º | 0.79% | 0.78% | - |
| XYZ | 29.58 | 44.61 | 50.23 | - |
| YUV | 149.59 | 145.15 | 50.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 199 | 180 | 0.79 | 0 | 0.10 | 0.22 | 172.78 | 0.66 | 0.47 |
| Hex | 29 | C7 | B4 | 4F | 0 | A | 16 | AD | 42 | 2F |
| Octal | 51 | 307 | 264 | 117 | 0 | 12 | 26 | 255 | 102 | 57 |
| Binary | 101001 | 11000111 | 10110100 | 1001111 | 0 | 1010 | 10110 | 10101101 | 1000010 | 101111 |
Color Harmonies of #29C7B4
Complementary color
Monochromatic Colors of #29C7B4
Black with #29C7B4
Text Example
Text Example
White with #29C7B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29C7B4; }
p { color: rgb(41,199,180); }
H1.HeaderClassName
{
color: #29C7B4;
}
.AnyTagClassName
{
color: #29C7B4;
}
</style>
background-color css
<style>
a { background-color: #29C7B4; }
a { background-color: rgb(41,199,180); }
div.DivClassName
{
background-color: #29C7B4;
}
.BgClassName
{
background-color: #29C7B4;
}
</style>
border-color css
<style>
span { border-color: #29C7B4; }
span { border-color: rgb(41,199,180); }
td.TdClassName
{
border-color: #29C7B4;
}
.TagClassName
{
border-color: #29C7B4;
}
</style>