Shades of Medium Sea Green #40AF73
Tints of Medium Sea Green #40AF73
RGB
CMYK
RGB Variations
Color information
#40AF73 (or 0x40AF73) is known color: Medium Sea Green. HEX triplet: 40, AF and 73. RGB value is (64,175,115). Sum of RGB (Red+Green+Blue) = 64+175+115=354 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.08% from 354); Green value is 175 (68.75% from 255 or 49.44% from 354); Blue value is 115 (45.31% from 255 or 32.49% from 354); Max value from RGB is 175 - color contains mainly: green. Hex color #40AF73 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40AF73 is #BF508C. Grayscale: #878787. Windows color (decimal): -12537997 or 7581504. OLE color: 7581504.
HSL color Cylindrical-coordinate representation of color #40AF73: hue angle of 147.57º 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 #40AF73 is Cyan = 0.63, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 64 | 175 | 115 | - |
| CMYK | 0.63 | 0 | 0.34 | 0.31 |
| HSL | 147.57º | 0.46% | 0.47% | - |
| HSV(B) | 147.57º | 0.63% | 0.69% | - |
| XYZ | 20.54 | 32.99 | 21.5 | - |
| YUV | 134.97 | 116.73 | 77.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 175 | 115 | 0.63 | 0 | 0.34 | 0.31 | 147.57 | 0.46 | 0.47 |
| Hex | 40 | AF | 73 | 3F | 0 | 22 | 1F | 94 | 2E | 2F |
| Octal | 100 | 257 | 163 | 77 | 0 | 42 | 37 | 224 | 56 | 57 |
| Binary | 1000000 | 10101111 | 1110011 | 111111 | 0 | 100010 | 11111 | 10010100 | 101110 | 101111 |
Color Harmonies of #40AF73
Complementary color
Monochromatic Colors of #40AF73
Black with #40AF73
Text Example
Text Example
White with #40AF73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40AF73; }
p { color: rgb(64,175,115); }
H1.HeaderClassName
{
color: #40AF73;
}
.AnyTagClassName
{
color: #40AF73;
}
</style>
background-color css
<style>
a { background-color: #40AF73; }
a { background-color: rgb(64,175,115); }
div.DivClassName
{
background-color: #40AF73;
}
.BgClassName
{
background-color: #40AF73;
}
</style>
border-color css
<style>
span { border-color: #40AF73; }
span { border-color: rgb(64,175,115); }
td.TdClassName
{
border-color: #40AF73;
}
.TagClassName
{
border-color: #40AF73;
}
</style>