Shades of Medium Sea Green #40AB76
Tints of Medium Sea Green #40AB76
RGB
CMYK
RGB Variations
Color information
#40AB76 (or 0x40AB76) is known color: Medium Sea Green. HEX triplet: 40, AB and 76. RGB value is (64,171,118). Sum of RGB (Red+Green+Blue) = 64+171+118=353 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.13% from 353); Green value is 171 (67.19% from 255 or 48.44% from 353); Blue value is 118 (46.48% from 255 or 33.43% from 353); Max value from RGB is 171 - color contains mainly: green. Hex color #40AB76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40AB76 is #BF5489. Grayscale: #858585. Windows color (decimal): -12539018 or 7777088. OLE color: 7777088.
HSL color Cylindrical-coordinate representation of color #40AB76: hue angle of 150.28º 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 #40AB76 is Cyan = 0.63, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 64 | 171 | 118 | - |
| CMYK | 0.63 | 0 | 0.31 | 0.33 |
| HSL | 150.28º | 0.46% | 0.46% | - |
| HSV(B) | 150.28º | 0.63% | 0.67% | - |
| XYZ | 19.95 | 31.52 | 22.17 | - |
| YUV | 132.97 | 119.55 | 78.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 171 | 118 | 0.63 | 0 | 0.31 | 0.33 | 150.28 | 0.46 | 0.46 |
| Hex | 40 | AB | 76 | 3F | 0 | 1F | 21 | 96 | 2E | 2E |
| Octal | 100 | 253 | 166 | 77 | 0 | 37 | 41 | 226 | 56 | 56 |
| Binary | 1000000 | 10101011 | 1110110 | 111111 | 0 | 11111 | 100001 | 10010110 | 101110 | 101110 |
Color Harmonies of #40AB76
Complementary color
Monochromatic Colors of #40AB76
Black with #40AB76
Text Example
Text Example
White with #40AB76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40AB76; }
p { color: rgb(64,171,118); }
H1.HeaderClassName
{
color: #40AB76;
}
.AnyTagClassName
{
color: #40AB76;
}
</style>
background-color css
<style>
a { background-color: #40AB76; }
a { background-color: rgb(64,171,118); }
div.DivClassName
{
background-color: #40AB76;
}
.BgClassName
{
background-color: #40AB76;
}
</style>
border-color css
<style>
span { border-color: #40AB76; }
span { border-color: rgb(64,171,118); }
td.TdClassName
{
border-color: #40AB76;
}
.TagClassName
{
border-color: #40AB76;
}
</style>