Shades of Medium Sea Green #40BC65
Tints of Medium Sea Green #40BC65
RGB
CMYK
RGB Variations
Color information
#40BC65 (or 0x40BC65) is known color: Medium Sea Green. HEX triplet: 40, BC and 65. RGB value is (64,188,101). Sum of RGB (Red+Green+Blue) = 64+188+101=353 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.13% from 353); Green value is 188 (73.83% from 255 or 53.26% from 353); Blue value is 101 (39.84% from 255 or 28.61% from 353); Max value from RGB is 188 - color contains mainly: green. Hex color #40BC65 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40BC65 is #BF439A. Grayscale: #8D8D8D. Windows color (decimal): -12534683 or 6667328. OLE color: 6667328.
HSL color Cylindrical-coordinate representation of color #40BC65: hue angle of 137.9º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #40BC65 is Cyan = 0.66, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 64 | 188 | 101 | - |
| CMYK | 0.66 | 0 | 0.46 | 0.26 |
| HSL | 137.9º | 0.49% | 0.49% | - |
| HSV(B) | 137.9º | 0.66% | 0.74% | - |
| XYZ | 22.45 | 38 | 18.46 | - |
| YUV | 141.01 | 105.42 | 73.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 188 | 101 | 0.66 | 0 | 0.46 | 0.26 | 137.9 | 0.49 | 0.49 |
| Hex | 40 | BC | 65 | 42 | 0 | 2E | 1A | 8A | 31 | 31 |
| Octal | 100 | 274 | 145 | 102 | 0 | 56 | 32 | 212 | 61 | 61 |
| Binary | 1000000 | 10111100 | 1100101 | 1000010 | 0 | 101110 | 11010 | 10001010 | 110001 | 110001 |
Color Harmonies of #40BC65
Complementary color
Monochromatic Colors of #40BC65
Black with #40BC65
Text Example
Text Example
White with #40BC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BC65; }
p { color: rgb(64,188,101); }
H1.HeaderClassName
{
color: #40BC65;
}
.AnyTagClassName
{
color: #40BC65;
}
</style>
background-color css
<style>
a { background-color: #40BC65; }
a { background-color: rgb(64,188,101); }
div.DivClassName
{
background-color: #40BC65;
}
.BgClassName
{
background-color: #40BC65;
}
</style>
border-color css
<style>
span { border-color: #40BC65; }
span { border-color: rgb(64,188,101); }
td.TdClassName
{
border-color: #40BC65;
}
.TagClassName
{
border-color: #40BC65;
}
</style>