Shades of Medium Sea Green #40B971
Tints of Medium Sea Green #40B971
RGB
CMYK
RGB Variations
Color information
#40B971 (or 0x40B971) is known color: Medium Sea Green. HEX triplet: 40, B9 and 71. RGB value is (64,185,113). Sum of RGB (Red+Green+Blue) = 64+185+113=362 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.68% from 362); Green value is 185 (72.66% from 255 or 51.10% from 362); Blue value is 113 (44.53% from 255 or 31.22% from 362); Max value from RGB is 185 - color contains mainly: green. Hex color #40B971 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40B971 is #BF468E. Grayscale: #8C8C8C. Windows color (decimal): -12535439 or 7452992. OLE color: 7452992.
HSL color Cylindrical-coordinate representation of color #40B971: hue angle of 144.3º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #40B971 is Cyan = 0.65, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 64 | 185 | 113 | - |
| CMYK | 0.65 | 0 | 0.39 | 0.27 |
| HSL | 144.3º | 0.49% | 0.49% | - |
| HSV(B) | 144.3º | 0.65% | 0.73% | - |
| XYZ | 22.44 | 36.98 | 21.58 | - |
| YUV | 140.61 | 112.41 | 73.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 185 | 113 | 0.65 | 0 | 0.39 | 0.27 | 144.3 | 0.49 | 0.49 |
| Hex | 40 | B9 | 71 | 41 | 0 | 27 | 1B | 90 | 31 | 31 |
| Octal | 100 | 271 | 161 | 101 | 0 | 47 | 33 | 220 | 61 | 61 |
| Binary | 1000000 | 10111001 | 1110001 | 1000001 | 0 | 100111 | 11011 | 10010000 | 110001 | 110001 |
Color Harmonies of #40B971
Complementary color
Monochromatic Colors of #40B971
Black with #40B971
Text Example
Text Example
White with #40B971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40B971; }
p { color: rgb(64,185,113); }
H1.HeaderClassName
{
color: #40B971;
}
.AnyTagClassName
{
color: #40B971;
}
</style>
background-color css
<style>
a { background-color: #40B971; }
a { background-color: rgb(64,185,113); }
div.DivClassName
{
background-color: #40B971;
}
.BgClassName
{
background-color: #40B971;
}
</style>
border-color css
<style>
span { border-color: #40B971; }
span { border-color: rgb(64,185,113); }
td.TdClassName
{
border-color: #40B971;
}
.TagClassName
{
border-color: #40B971;
}
</style>