Shades of Medium Sea Green #40B87F
Tints of Medium Sea Green #40B87F
RGB
CMYK
RGB Variations
Color information
#40B87F (or 0x40B87F) is known color: Medium Sea Green. HEX triplet: 40, B8 and 7F. RGB value is (64,184,127). Sum of RGB (Red+Green+Blue) = 64+184+127=375 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.07% from 375); Green value is 184 (72.27% from 255 or 49.07% from 375); Blue value is 127 (50% from 255 or 33.87% from 375); Max value from RGB is 184 - color contains mainly: green. Hex color #40B87F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40B87F is #BF4780. Grayscale: #8D8D8D. Windows color (decimal): -12535681 or 8370240. OLE color: 8370240.
HSL color Cylindrical-coordinate representation of color #40B87F: hue angle of 151.5º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #40B87F is Cyan = 0.65, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 64 | 184 | 127 | - |
| CMYK | 0.65 | 0 | 0.31 | 0.28 |
| HSL | 151.5º | 0.48% | 0.49% | - |
| HSV(B) | 151.5º | 0.65% | 0.72% | - |
| XYZ | 23.09 | 36.9 | 25.98 | - |
| YUV | 141.62 | 119.74 | 72.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 184 | 127 | 0.65 | 0 | 0.31 | 0.28 | 151.5 | 0.48 | 0.49 |
| Hex | 40 | B8 | 7F | 41 | 0 | 1F | 1C | 98 | 30 | 31 |
| Octal | 100 | 270 | 177 | 101 | 0 | 37 | 34 | 230 | 60 | 61 |
| Binary | 1000000 | 10111000 | 1111111 | 1000001 | 0 | 11111 | 11100 | 10011000 | 110000 | 110001 |
Color Harmonies of #40B87F
Complementary color
Monochromatic Colors of #40B87F
Black with #40B87F
Text Example
Text Example
White with #40B87F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40B87F; }
p { color: rgb(64,184,127); }
H1.HeaderClassName
{
color: #40B87F;
}
.AnyTagClassName
{
color: #40B87F;
}
</style>
background-color css
<style>
a { background-color: #40B87F; }
a { background-color: rgb(64,184,127); }
div.DivClassName
{
background-color: #40B87F;
}
.BgClassName
{
background-color: #40B87F;
}
</style>
border-color css
<style>
span { border-color: #40B87F; }
span { border-color: rgb(64,184,127); }
td.TdClassName
{
border-color: #40B87F;
}
.TagClassName
{
border-color: #40B87F;
}
</style>