Shades of Medium Sea Green #40BC61
Tints of Medium Sea Green #40BC61
RGB
CMYK
RGB Variations
Color information
#40BC61 (or 0x40BC61) is known color: Medium Sea Green. HEX triplet: 40, BC and 61. RGB value is (64,188,97). Sum of RGB (Red+Green+Blue) = 64+188+97=349 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.34% from 349); Green value is 188 (73.83% from 255 or 53.87% from 349); Blue value is 97 (38.28% from 255 or 27.79% from 349); Max value from RGB is 188 - color contains mainly: green. Hex color #40BC61 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40BC61 is #BF439E. Grayscale: #8C8C8C. Windows color (decimal): -12534687 or 6405184. OLE color: 6405184.
HSL color Cylindrical-coordinate representation of color #40BC61: hue angle of 135.97º 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 #40BC61 is Cyan = 0.66, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 64 | 188 | 97 | - |
| CMYK | 0.66 | 0 | 0.48 | 0.26 |
| HSL | 135.97º | 0.49% | 0.49% | - |
| HSV(B) | 135.97º | 0.66% | 0.74% | - |
| XYZ | 22.26 | 37.92 | 17.46 | - |
| YUV | 140.55 | 103.42 | 73.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 188 | 97 | 0.66 | 0 | 0.48 | 0.26 | 135.97 | 0.49 | 0.49 |
| Hex | 40 | BC | 61 | 42 | 0 | 30 | 1A | 88 | 31 | 31 |
| Octal | 100 | 274 | 141 | 102 | 0 | 60 | 32 | 210 | 61 | 61 |
| Binary | 1000000 | 10111100 | 1100001 | 1000010 | 0 | 110000 | 11010 | 10001000 | 110001 | 110001 |
Color Harmonies of #40BC61
Complementary color
Monochromatic Colors of #40BC61
Black with #40BC61
Text Example
Text Example
White with #40BC61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BC61; }
p { color: rgb(64,188,97); }
H1.HeaderClassName
{
color: #40BC61;
}
.AnyTagClassName
{
color: #40BC61;
}
</style>
background-color css
<style>
a { background-color: #40BC61; }
a { background-color: rgb(64,188,97); }
div.DivClassName
{
background-color: #40BC61;
}
.BgClassName
{
background-color: #40BC61;
}
</style>
border-color css
<style>
span { border-color: #40BC61; }
span { border-color: rgb(64,188,97); }
td.TdClassName
{
border-color: #40BC61;
}
.TagClassName
{
border-color: #40BC61;
}
</style>