Shades of Medium Sea Green #40BF87
Tints of Medium Sea Green #40BF87
RGB
CMYK
RGB Variations
Color information
#40BF87 (or 0x40BF87) is known color: Medium Sea Green. HEX triplet: 40, BF and 87. RGB value is (64,191,135). Sum of RGB (Red+Green+Blue) = 64+191+135=390 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.41% from 390); Green value is 191 (75% from 255 or 48.97% from 390); Blue value is 135 (53.12% from 255 or 34.62% from 390); Max value from RGB is 191 - color contains mainly: green. Hex color #40BF87 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40BF87 is #BF4078. Grayscale: #929292. Windows color (decimal): -12533881 or 8896320. OLE color: 8896320.
HSL color Cylindrical-coordinate representation of color #40BF87: hue angle of 153.54º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #40BF87 is Cyan = 0.66, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 64 | 191 | 135 | - |
| CMYK | 0.66 | 0 | 0.29 | 0.25 |
| HSL | 153.54º | 0.5% | 0.5% | - |
| HSV(B) | 153.54º | 0.66% | 0.75% | - |
| XYZ | 25.12 | 40.1 | 29.34 | - |
| YUV | 146.64 | 121.42 | 69.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 191 | 135 | 0.66 | 0 | 0.29 | 0.25 | 153.54 | 0.5 | 0.5 |
| Hex | 40 | BF | 87 | 42 | 0 | 1D | 19 | 9A | 32 | 32 |
| Octal | 100 | 277 | 207 | 102 | 0 | 35 | 31 | 232 | 62 | 62 |
| Binary | 1000000 | 10111111 | 10000111 | 1000010 | 0 | 11101 | 11001 | 10011010 | 110010 | 110010 |
Color Harmonies of #40BF87
Complementary color
Monochromatic Colors of #40BF87
Black with #40BF87
Text Example
Text Example
White with #40BF87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BF87; }
p { color: rgb(64,191,135); }
H1.HeaderClassName
{
color: #40BF87;
}
.AnyTagClassName
{
color: #40BF87;
}
</style>
background-color css
<style>
a { background-color: #40BF87; }
a { background-color: rgb(64,191,135); }
div.DivClassName
{
background-color: #40BF87;
}
.BgClassName
{
background-color: #40BF87;
}
</style>
border-color css
<style>
span { border-color: #40BF87; }
span { border-color: rgb(64,191,135); }
td.TdClassName
{
border-color: #40BF87;
}
.TagClassName
{
border-color: #40BF87;
}
</style>