Shades of Medium Sea Green #40BB78
Tints of Medium Sea Green #40BB78
RGB
CMYK
RGB Variations
Color information
#40BB78 (or 0x40BB78) is known color: Medium Sea Green. HEX triplet: 40, BB and 78. RGB value is (64,187,120). Sum of RGB (Red+Green+Blue) = 64+187+120=371 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.25% from 371); Green value is 187 (73.44% from 255 or 50.40% from 371); Blue value is 120 (47.27% from 255 or 32.35% from 371); Max value from RGB is 187 - color contains mainly: green. Hex color #40BB78 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40BB78 is #BF4487. Grayscale: #8E8E8E. Windows color (decimal): -12534920 or 7912256. OLE color: 7912256.
HSL color Cylindrical-coordinate representation of color #40BB78: hue angle of 147.32º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #40BB78 is Cyan = 0.66, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 64 | 187 | 120 | - |
| CMYK | 0.66 | 0 | 0.36 | 0.27 |
| HSL | 147.32º | 0.49% | 0.49% | - |
| HSV(B) | 147.32º | 0.66% | 0.73% | - |
| XYZ | 23.27 | 37.99 | 23.87 | - |
| YUV | 142.59 | 115.25 | 71.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 187 | 120 | 0.66 | 0 | 0.36 | 0.27 | 147.32 | 0.49 | 0.49 |
| Hex | 40 | BB | 78 | 42 | 0 | 24 | 1B | 93 | 31 | 31 |
| Octal | 100 | 273 | 170 | 102 | 0 | 44 | 33 | 223 | 61 | 61 |
| Binary | 1000000 | 10111011 | 1111000 | 1000010 | 0 | 100100 | 11011 | 10010011 | 110001 | 110001 |
Color Harmonies of #40BB78
Complementary color
Monochromatic Colors of #40BB78
Black with #40BB78
Text Example
Text Example
White with #40BB78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BB78; }
p { color: rgb(64,187,120); }
H1.HeaderClassName
{
color: #40BB78;
}
.AnyTagClassName
{
color: #40BB78;
}
</style>
background-color css
<style>
a { background-color: #40BB78; }
a { background-color: rgb(64,187,120); }
div.DivClassName
{
background-color: #40BB78;
}
.BgClassName
{
background-color: #40BB78;
}
</style>
border-color css
<style>
span { border-color: #40BB78; }
span { border-color: rgb(64,187,120); }
td.TdClassName
{
border-color: #40BB78;
}
.TagClassName
{
border-color: #40BB78;
}
</style>