Shades of Medium Sea Green #40AB70
Tints of Medium Sea Green #40AB70
RGB
CMYK
RGB Variations
Color information
#40AB70 (or 0x40AB70) is known color: Medium Sea Green. HEX triplet: 40, AB and 70. RGB value is (64,171,112). Sum of RGB (Red+Green+Blue) = 64+171+112=347 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.44% from 347); Green value is 171 (67.19% from 255 or 49.28% from 347); Blue value is 112 (44.14% from 255 or 32.28% from 347); Max value from RGB is 171 - color contains mainly: green. Hex color #40AB70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40AB70 is #BF548F. Grayscale: #848484. Windows color (decimal): -12539024 or 7383872. OLE color: 7383872.
HSL color Cylindrical-coordinate representation of color #40AB70: hue angle of 146.92º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #40AB70 is Cyan = 0.63, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 64 | 171 | 112 | - |
| CMYK | 0.63 | 0 | 0.35 | 0.33 |
| HSL | 146.92º | 0.46% | 0.46% | - |
| HSV(B) | 146.92º | 0.63% | 0.67% | - |
| XYZ | 19.6 | 31.39 | 20.35 | - |
| YUV | 132.28 | 116.55 | 79.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 171 | 112 | 0.63 | 0 | 0.35 | 0.33 | 146.92 | 0.46 | 0.46 |
| Hex | 40 | AB | 70 | 3F | 0 | 23 | 21 | 93 | 2E | 2E |
| Octal | 100 | 253 | 160 | 77 | 0 | 43 | 41 | 223 | 56 | 56 |
| Binary | 1000000 | 10101011 | 1110000 | 111111 | 0 | 100011 | 100001 | 10010011 | 101110 | 101110 |
Color Harmonies of #40AB70
Complementary color
Monochromatic Colors of #40AB70
Black with #40AB70
Text Example
Text Example
White with #40AB70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40AB70; }
p { color: rgb(64,171,112); }
H1.HeaderClassName
{
color: #40AB70;
}
.AnyTagClassName
{
color: #40AB70;
}
</style>
background-color css
<style>
a { background-color: #40AB70; }
a { background-color: rgb(64,171,112); }
div.DivClassName
{
background-color: #40AB70;
}
.BgClassName
{
background-color: #40AB70;
}
</style>
border-color css
<style>
span { border-color: #40AB70; }
span { border-color: rgb(64,171,112); }
td.TdClassName
{
border-color: #40AB70;
}
.TagClassName
{
border-color: #40AB70;
}
</style>