Shades of Medium Sea Green #40BB80
Tints of Medium Sea Green #40BB80
RGB
CMYK
RGB Variations
Color information
#40BB80 (or 0x40BB80) is known color: Medium Sea Green. HEX triplet: 40, BB and 80. RGB value is (64,187,128). Sum of RGB (Red+Green+Blue) = 64+187+128=379 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.89% from 379); Green value is 187 (73.44% from 255 or 49.34% from 379); Blue value is 128 (50.39% from 255 or 33.77% from 379); Max value from RGB is 187 - color contains mainly: green. Hex color #40BB80 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40BB80 is #BF447F. Grayscale: #8F8F8F. Windows color (decimal): -12534912 or 8436544. OLE color: 8436544.
HSL color Cylindrical-coordinate representation of color #40BB80: hue angle of 151.22º 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 #40BB80 is Cyan = 0.66, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 64 | 187 | 128 | - |
| CMYK | 0.66 | 0 | 0.32 | 0.27 |
| HSL | 151.22º | 0.49% | 0.49% | - |
| HSV(B) | 151.22º | 0.66% | 0.73% | - |
| XYZ | 23.78 | 38.19 | 26.54 | - |
| YUV | 143.5 | 119.25 | 71.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 187 | 128 | 0.66 | 0 | 0.32 | 0.27 | 151.22 | 0.49 | 0.49 |
| Hex | 40 | BB | 80 | 42 | 0 | 20 | 1B | 97 | 31 | 31 |
| Octal | 100 | 273 | 200 | 102 | 0 | 40 | 33 | 227 | 61 | 61 |
| Binary | 1000000 | 10111011 | 10000000 | 1000010 | 0 | 100000 | 11011 | 10010111 | 110001 | 110001 |
Color Harmonies of #40BB80
Complementary color
Monochromatic Colors of #40BB80
Black with #40BB80
Text Example
Text Example
White with #40BB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BB80; }
p { color: rgb(64,187,128); }
H1.HeaderClassName
{
color: #40BB80;
}
.AnyTagClassName
{
color: #40BB80;
}
</style>
background-color css
<style>
a { background-color: #40BB80; }
a { background-color: rgb(64,187,128); }
div.DivClassName
{
background-color: #40BB80;
}
.BgClassName
{
background-color: #40BB80;
}
</style>
border-color css
<style>
span { border-color: #40BB80; }
span { border-color: rgb(64,187,128); }
td.TdClassName
{
border-color: #40BB80;
}
.TagClassName
{
border-color: #40BB80;
}
</style>