Shades of Medium Sea Green #40BB7E
Tints of Medium Sea Green #40BB7E
RGB
CMYK
RGB Variations
Color information
#40BB7E (or 0x40BB7E) is known color: Medium Sea Green. HEX triplet: 40, BB and 7E. RGB value is (64,187,126). Sum of RGB (Red+Green+Blue) = 64+187+126=377 (49% of max value = 765). Red value is 64 (25.39% from 255 or 16.98% from 377); Green value is 187 (73.44% from 255 or 49.60% from 377); Blue value is 126 (49.61% from 255 or 33.42% from 377); Max value from RGB is 187 - color contains mainly: green. Hex color #40BB7E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40BB7E is #BF4481. Grayscale: #8F8F8F. Windows color (decimal): -12534914 or 8305472. OLE color: 8305472.
HSL color Cylindrical-coordinate representation of color #40BB7E: hue angle of 150.24º 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 #40BB7E is Cyan = 0.66, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 64 | 187 | 126 | - |
| CMYK | 0.66 | 0 | 0.33 | 0.27 |
| HSL | 150.24º | 0.49% | 0.49% | - |
| HSV(B) | 150.24º | 0.66% | 0.73% | - |
| XYZ | 23.65 | 38.14 | 25.85 | - |
| YUV | 143.27 | 118.25 | 71.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 187 | 126 | 0.66 | 0 | 0.33 | 0.27 | 150.24 | 0.49 | 0.49 |
| Hex | 40 | BB | 7E | 42 | 0 | 21 | 1B | 96 | 31 | 31 |
| Octal | 100 | 273 | 176 | 102 | 0 | 41 | 33 | 226 | 61 | 61 |
| Binary | 1000000 | 10111011 | 1111110 | 1000010 | 0 | 100001 | 11011 | 10010110 | 110001 | 110001 |
Color Harmonies of #40BB7E
Complementary color
Monochromatic Colors of #40BB7E
Black with #40BB7E
Text Example
Text Example
White with #40BB7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BB7E; }
p { color: rgb(64,187,126); }
H1.HeaderClassName
{
color: #40BB7E;
}
.AnyTagClassName
{
color: #40BB7E;
}
</style>
background-color css
<style>
a { background-color: #40BB7E; }
a { background-color: rgb(64,187,126); }
div.DivClassName
{
background-color: #40BB7E;
}
.BgClassName
{
background-color: #40BB7E;
}
</style>
border-color css
<style>
span { border-color: #40BB7E; }
span { border-color: rgb(64,187,126); }
td.TdClassName
{
border-color: #40BB7E;
}
.TagClassName
{
border-color: #40BB7E;
}
</style>