Shades of Medium Sea Green #40AF6F
Tints of Medium Sea Green #40AF6F
RGB
CMYK
RGB Variations
Color information
#40AF6F (or 0x40AF6F) is known color: Medium Sea Green. HEX triplet: 40, AF and 6F. RGB value is (64,175,111). Sum of RGB (Red+Green+Blue) = 64+175+111=350 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.29% from 350); Green value is 175 (68.75% from 255 or 50% from 350); Blue value is 111 (43.75% from 255 or 31.71% from 350); Max value from RGB is 175 - color contains mainly: green. Hex color #40AF6F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40AF6F is #BF5090. Grayscale: #868686. Windows color (decimal): -12538001 or 7319360. OLE color: 7319360.
HSL color Cylindrical-coordinate representation of color #40AF6F: hue angle of 145.41º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #40AF6F is Cyan = 0.63, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 64 | 175 | 111 | - |
| CMYK | 0.63 | 0 | 0.37 | 0.31 |
| HSL | 145.41º | 0.46% | 0.47% | - |
| HSV(B) | 145.41º | 0.63% | 0.69% | - |
| XYZ | 20.31 | 32.9 | 20.32 | - |
| YUV | 134.52 | 114.73 | 77.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 175 | 111 | 0.63 | 0 | 0.37 | 0.31 | 145.41 | 0.46 | 0.47 |
| Hex | 40 | AF | 6F | 3F | 0 | 25 | 1F | 91 | 2E | 2F |
| Octal | 100 | 257 | 157 | 77 | 0 | 45 | 37 | 221 | 56 | 57 |
| Binary | 1000000 | 10101111 | 1101111 | 111111 | 0 | 100101 | 11111 | 10010001 | 101110 | 101111 |
Color Harmonies of #40AF6F
Complementary color
Monochromatic Colors of #40AF6F
Black with #40AF6F
Text Example
Text Example
White with #40AF6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40AF6F; }
p { color: rgb(64,175,111); }
H1.HeaderClassName
{
color: #40AF6F;
}
.AnyTagClassName
{
color: #40AF6F;
}
</style>
background-color css
<style>
a { background-color: #40AF6F; }
a { background-color: rgb(64,175,111); }
div.DivClassName
{
background-color: #40AF6F;
}
.BgClassName
{
background-color: #40AF6F;
}
</style>
border-color css
<style>
span { border-color: #40AF6F; }
span { border-color: rgb(64,175,111); }
td.TdClassName
{
border-color: #40AF6F;
}
.TagClassName
{
border-color: #40AF6F;
}
</style>