Shades of Medium Sea Green #40B282
Tints of Medium Sea Green #40B282
RGB
CMYK
RGB Variations
Color information
#40B282 (or 0x40B282) is known color: Medium Sea Green. HEX triplet: 40, B2 and 82. RGB value is (64,178,130). Sum of RGB (Red+Green+Blue) = 64+178+130=372 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.20% from 372); Green value is 178 (69.92% from 255 or 47.85% from 372); Blue value is 130 (51.17% from 255 or 34.95% from 372); Max value from RGB is 178 - color contains mainly: green. Hex color #40B282 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40B282 is #BF4D7D. Grayscale: #8A8A8A. Windows color (decimal): -12537214 or 8565312. OLE color: 8565312.
HSL color Cylindrical-coordinate representation of color #40B282: hue angle of 154.74º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #40B282 is Cyan = 0.64, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 64 | 178 | 130 | - |
| CMYK | 0.64 | 0 | 0.27 | 0.30 |
| HSL | 154.74º | 0.47% | 0.47% | - |
| HSV(B) | 154.74º | 0.64% | 0.7% | - |
| XYZ | 22.06 | 34.54 | 26.62 | - |
| YUV | 138.44 | 123.23 | 74.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 178 | 130 | 0.64 | 0 | 0.27 | 0.30 | 154.74 | 0.47 | 0.47 |
| Hex | 40 | B2 | 82 | 40 | 0 | 1B | 1E | 9B | 2F | 2F |
| Octal | 100 | 262 | 202 | 100 | 0 | 33 | 36 | 233 | 57 | 57 |
| Binary | 1000000 | 10110010 | 10000010 | 1000000 | 0 | 11011 | 11110 | 10011011 | 101111 | 101111 |
Color Harmonies of #40B282
Complementary color
Monochromatic Colors of #40B282
Black with #40B282
Text Example
Text Example
White with #40B282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40B282; }
p { color: rgb(64,178,130); }
H1.HeaderClassName
{
color: #40B282;
}
.AnyTagClassName
{
color: #40B282;
}
</style>
background-color css
<style>
a { background-color: #40B282; }
a { background-color: rgb(64,178,130); }
div.DivClassName
{
background-color: #40B282;
}
.BgClassName
{
background-color: #40B282;
}
</style>
border-color css
<style>
span { border-color: #40B282; }
span { border-color: rgb(64,178,130); }
td.TdClassName
{
border-color: #40B282;
}
.TagClassName
{
border-color: #40B282;
}
</style>