Shades of Medium Sea Green #40BB75
Tints of Medium Sea Green #40BB75
RGB
CMYK
RGB Variations
Color information
#40BB75 (or 0x40BB75) is known color: Medium Sea Green. HEX triplet: 40, BB and 75. RGB value is (64,187,117). Sum of RGB (Red+Green+Blue) = 64+187+117=368 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.39% from 368); Green value is 187 (73.44% from 255 or 50.82% from 368); Blue value is 117 (46.09% from 255 or 31.79% from 368); Max value from RGB is 187 - color contains mainly: green. Hex color #40BB75 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40BB75 is #BF448A. Grayscale: #8E8E8E. Windows color (decimal): -12534923 or 7715648. OLE color: 7715648.
HSL color Cylindrical-coordinate representation of color #40BB75: hue angle of 145.85º 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 #40BB75 is Cyan = 0.66, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 64 | 187 | 117 | - |
| CMYK | 0.66 | 0 | 0.37 | 0.27 |
| HSL | 145.85º | 0.49% | 0.49% | - |
| HSV(B) | 145.85º | 0.66% | 0.73% | - |
| XYZ | 23.1 | 37.91 | 22.93 | - |
| YUV | 142.24 | 113.75 | 72.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 187 | 117 | 0.66 | 0 | 0.37 | 0.27 | 145.85 | 0.49 | 0.49 |
| Hex | 40 | BB | 75 | 42 | 0 | 25 | 1B | 92 | 31 | 31 |
| Octal | 100 | 273 | 165 | 102 | 0 | 45 | 33 | 222 | 61 | 61 |
| Binary | 1000000 | 10111011 | 1110101 | 1000010 | 0 | 100101 | 11011 | 10010010 | 110001 | 110001 |
Color Harmonies of #40BB75
Complementary color
Monochromatic Colors of #40BB75
Black with #40BB75
Text Example
Text Example
White with #40BB75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BB75; }
p { color: rgb(64,187,117); }
H1.HeaderClassName
{
color: #40BB75;
}
.AnyTagClassName
{
color: #40BB75;
}
</style>
background-color css
<style>
a { background-color: #40BB75; }
a { background-color: rgb(64,187,117); }
div.DivClassName
{
background-color: #40BB75;
}
.BgClassName
{
background-color: #40BB75;
}
</style>
border-color css
<style>
span { border-color: #40BB75; }
span { border-color: rgb(64,187,117); }
td.TdClassName
{
border-color: #40BB75;
}
.TagClassName
{
border-color: #40BB75;
}
</style>