Shades of Medium Sea Green #40AB75
Tints of Medium Sea Green #40AB75
RGB
CMYK
RGB Variations
Color information
#40AB75 (or 0x40AB75) is known color: Medium Sea Green. HEX triplet: 40, AB and 75. RGB value is (64,171,117). Sum of RGB (Red+Green+Blue) = 64+171+117=352 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.18% from 352); Green value is 171 (67.19% from 255 or 48.58% from 352); Blue value is 117 (46.09% from 255 or 33.24% from 352); Max value from RGB is 171 - color contains mainly: green. Hex color #40AB75 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40AB75 is #BF548A. Grayscale: #848484. Windows color (decimal): -12539019 or 7711552. OLE color: 7711552.
HSL color Cylindrical-coordinate representation of color #40AB75: hue angle of 149.72º 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 #40AB75 is Cyan = 0.63, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 64 | 171 | 117 | - |
| CMYK | 0.63 | 0 | 0.32 | 0.33 |
| HSL | 149.72º | 0.46% | 0.46% | - |
| HSV(B) | 149.72º | 0.63% | 0.67% | - |
| XYZ | 19.89 | 31.5 | 21.86 | - |
| YUV | 132.85 | 119.05 | 78.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 171 | 117 | 0.63 | 0 | 0.32 | 0.33 | 149.72 | 0.46 | 0.46 |
| Hex | 40 | AB | 75 | 3F | 0 | 20 | 21 | 96 | 2E | 2E |
| Octal | 100 | 253 | 165 | 77 | 0 | 40 | 41 | 226 | 56 | 56 |
| Binary | 1000000 | 10101011 | 1110101 | 111111 | 0 | 100000 | 100001 | 10010110 | 101110 | 101110 |
Color Harmonies of #40AB75
Complementary color
Monochromatic Colors of #40AB75
Black with #40AB75
Text Example
Text Example
White with #40AB75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40AB75; }
p { color: rgb(64,171,117); }
H1.HeaderClassName
{
color: #40AB75;
}
.AnyTagClassName
{
color: #40AB75;
}
</style>
background-color css
<style>
a { background-color: #40AB75; }
a { background-color: rgb(64,171,117); }
div.DivClassName
{
background-color: #40AB75;
}
.BgClassName
{
background-color: #40AB75;
}
</style>
border-color css
<style>
span { border-color: #40AB75; }
span { border-color: rgb(64,171,117); }
td.TdClassName
{
border-color: #40AB75;
}
.TagClassName
{
border-color: #40AB75;
}
</style>