Shades of Medium Sea Green #40BF70
Tints of Medium Sea Green #40BF70
RGB
CMYK
RGB Variations
Color information
#40BF70 (or 0x40BF70) is known color: Medium Sea Green. HEX triplet: 40, BF and 70. RGB value is (64,191,112). Sum of RGB (Red+Green+Blue) = 64+191+112=367 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.44% from 367); Green value is 191 (75% from 255 or 52.04% from 367); Blue value is 112 (44.14% from 255 or 30.52% from 367); Max value from RGB is 191 - color contains mainly: green. Hex color #40BF70 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40BF70 is #BF408F. Grayscale: #909090. Windows color (decimal): -12533904 or 7388992. OLE color: 7388992.
HSL color Cylindrical-coordinate representation of color #40BF70: hue angle of 142.68º 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 #40BF70 is Cyan = 0.66, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 64 | 191 | 112 | - |
| CMYK | 0.66 | 0 | 0.41 | 0.25 |
| HSL | 142.68º | 0.5% | 0.5% | - |
| HSV(B) | 142.68º | 0.66% | 0.75% | - |
| XYZ | 23.67 | 39.52 | 21.71 | - |
| YUV | 144.02 | 109.92 | 70.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 191 | 112 | 0.66 | 0 | 0.41 | 0.25 | 142.68 | 0.5 | 0.5 |
| Hex | 40 | BF | 70 | 42 | 0 | 29 | 19 | 8F | 32 | 32 |
| Octal | 100 | 277 | 160 | 102 | 0 | 51 | 31 | 217 | 62 | 62 |
| Binary | 1000000 | 10111111 | 1110000 | 1000010 | 0 | 101001 | 11001 | 10001111 | 110010 | 110010 |
Color Harmonies of #40BF70
Complementary color
Monochromatic Colors of #40BF70
Black with #40BF70
Text Example
Text Example
White with #40BF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BF70; }
p { color: rgb(64,191,112); }
H1.HeaderClassName
{
color: #40BF70;
}
.AnyTagClassName
{
color: #40BF70;
}
</style>
background-color css
<style>
a { background-color: #40BF70; }
a { background-color: rgb(64,191,112); }
div.DivClassName
{
background-color: #40BF70;
}
.BgClassName
{
background-color: #40BF70;
}
</style>
border-color css
<style>
span { border-color: #40BF70; }
span { border-color: rgb(64,191,112); }
td.TdClassName
{
border-color: #40BF70;
}
.TagClassName
{
border-color: #40BF70;
}
</style>