Shades of Medium Sea Green #29C070
Tints of Medium Sea Green #29C070
RGB
CMYK
RGB Variations
Color information
#29C070 (or 0x29C070) is known color: Medium Sea Green. HEX triplet: 29, C0 and 70. RGB value is (41,192,112). Sum of RGB (Red+Green+Blue) = 41+192+112=345 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.88% from 345); Green value is 192 (75.39% from 255 or 55.65% from 345); Blue value is 112 (44.14% from 255 or 32.46% from 345); Max value from RGB is 192 - color contains mainly: green. Hex color #29C070 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #29C070 is #D63F8F. Grayscale: #898989. Windows color (decimal): -14040976 or 7389225. OLE color: 7389225.
HSL color Cylindrical-coordinate representation of color #29C070: hue angle of 148.21º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #29C070 is Cyan = 0.79, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 41 | 192 | 112 | - |
| CMYK | 0.79 | 0 | 0.42 | 0.25 |
| HSL | 148.21º | 0.65% | 0.46% | - |
| HSV(B) | 148.21º | 0.79% | 0.75% | - |
| XYZ | 22.69 | 39.34 | 21.73 | - |
| YUV | 137.73 | 113.47 | 59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 192 | 112 | 0.79 | 0 | 0.42 | 0.25 | 148.21 | 0.65 | 0.46 |
| Hex | 29 | C0 | 70 | 4F | 0 | 2A | 19 | 94 | 41 | 2E |
| Octal | 51 | 300 | 160 | 117 | 0 | 52 | 31 | 224 | 101 | 56 |
| Binary | 101001 | 11000000 | 1110000 | 1001111 | 0 | 101010 | 11001 | 10010100 | 1000001 | 101110 |
Color Harmonies of #29C070
Complementary color
Monochromatic Colors of #29C070
Black with #29C070
Text Example
Text Example
White with #29C070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29C070; }
p { color: rgb(41,192,112); }
H1.HeaderClassName
{
color: #29C070;
}
.AnyTagClassName
{
color: #29C070;
}
</style>
background-color css
<style>
a { background-color: #29C070; }
a { background-color: rgb(41,192,112); }
div.DivClassName
{
background-color: #29C070;
}
.BgClassName
{
background-color: #29C070;
}
</style>
border-color css
<style>
span { border-color: #29C070; }
span { border-color: rgb(41,192,112); }
td.TdClassName
{
border-color: #29C070;
}
.TagClassName
{
border-color: #29C070;
}
</style>