Shades of Medium Sea Green #40BB7A
Tints of Medium Sea Green #40BB7A
RGB
CMYK
RGB Variations
Color information
#40BB7A (or 0x40BB7A) is known color: Medium Sea Green. HEX triplet: 40, BB and 7A. RGB value is (64,187,122). Sum of RGB (Red+Green+Blue) = 64+187+122=373 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.16% from 373); Green value is 187 (73.44% from 255 or 50.13% from 373); Blue value is 122 (48.05% from 255 or 32.71% from 373); Max value from RGB is 187 - color contains mainly: green. Hex color #40BB7A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40BB7A is #BF4485. Grayscale: #8E8E8E. Windows color (decimal): -12534918 or 8043328. OLE color: 8043328.
HSL color Cylindrical-coordinate representation of color #40BB7A: hue angle of 148.29º 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 #40BB7A is Cyan = 0.66, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 64 | 187 | 122 | - |
| CMYK | 0.66 | 0 | 0.35 | 0.27 |
| HSL | 148.29º | 0.49% | 0.49% | - |
| HSV(B) | 148.29º | 0.66% | 0.73% | - |
| XYZ | 23.4 | 38.04 | 24.52 | - |
| YUV | 142.81 | 116.25 | 71.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 187 | 122 | 0.66 | 0 | 0.35 | 0.27 | 148.29 | 0.49 | 0.49 |
| Hex | 40 | BB | 7A | 42 | 0 | 23 | 1B | 94 | 31 | 31 |
| Octal | 100 | 273 | 172 | 102 | 0 | 43 | 33 | 224 | 61 | 61 |
| Binary | 1000000 | 10111011 | 1111010 | 1000010 | 0 | 100011 | 11011 | 10010100 | 110001 | 110001 |
Color Harmonies of #40BB7A
Complementary color
Monochromatic Colors of #40BB7A
Black with #40BB7A
Text Example
Text Example
White with #40BB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BB7A; }
p { color: rgb(64,187,122); }
H1.HeaderClassName
{
color: #40BB7A;
}
.AnyTagClassName
{
color: #40BB7A;
}
</style>
background-color css
<style>
a { background-color: #40BB7A; }
a { background-color: rgb(64,187,122); }
div.DivClassName
{
background-color: #40BB7A;
}
.BgClassName
{
background-color: #40BB7A;
}
</style>
border-color css
<style>
span { border-color: #40BB7A; }
span { border-color: rgb(64,187,122); }
td.TdClassName
{
border-color: #40BB7A;
}
.TagClassName
{
border-color: #40BB7A;
}
</style>