Shades of Medium Sea Green #40AF71
Tints of Medium Sea Green #40AF71
RGB
CMYK
RGB Variations
Color information
#40AF71 (or 0x40AF71) is known color: Medium Sea Green. HEX triplet: 40, AF and 71. RGB value is (64,175,113). Sum of RGB (Red+Green+Blue) = 64+175+113=352 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.18% from 352); Green value is 175 (68.75% from 255 or 49.72% from 352); Blue value is 113 (44.53% from 255 or 32.10% from 352); Max value from RGB is 175 - color contains mainly: green. Hex color #40AF71 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40AF71 is #BF508E. Grayscale: #868686. Windows color (decimal): -12537999 or 7450432. OLE color: 7450432.
HSL color Cylindrical-coordinate representation of color #40AF71: hue angle of 146.49º 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 #40AF71 is Cyan = 0.63, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 64 | 175 | 113 | - |
| CMYK | 0.63 | 0 | 0.35 | 0.31 |
| HSL | 146.49º | 0.46% | 0.47% | - |
| HSV(B) | 146.49º | 0.63% | 0.69% | - |
| XYZ | 20.42 | 32.94 | 20.9 | - |
| YUV | 134.74 | 115.73 | 77.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 175 | 113 | 0.63 | 0 | 0.35 | 0.31 | 146.49 | 0.46 | 0.47 |
| Hex | 40 | AF | 71 | 3F | 0 | 23 | 1F | 92 | 2E | 2F |
| Octal | 100 | 257 | 161 | 77 | 0 | 43 | 37 | 222 | 56 | 57 |
| Binary | 1000000 | 10101111 | 1110001 | 111111 | 0 | 100011 | 11111 | 10010010 | 101110 | 101111 |
Color Harmonies of #40AF71
Complementary color
Monochromatic Colors of #40AF71
Black with #40AF71
Text Example
Text Example
White with #40AF71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40AF71; }
p { color: rgb(64,175,113); }
H1.HeaderClassName
{
color: #40AF71;
}
.AnyTagClassName
{
color: #40AF71;
}
</style>
background-color css
<style>
a { background-color: #40AF71; }
a { background-color: rgb(64,175,113); }
div.DivClassName
{
background-color: #40AF71;
}
.BgClassName
{
background-color: #40AF71;
}
</style>
border-color css
<style>
span { border-color: #40AF71; }
span { border-color: rgb(64,175,113); }
td.TdClassName
{
border-color: #40AF71;
}
.TagClassName
{
border-color: #40AF71;
}
</style>