Shades of Medium Sea Green #40B672
Tints of Medium Sea Green #40B672
RGB
CMYK
RGB Variations
Color information
#40B672 (or 0x40B672) is known color: Medium Sea Green. HEX triplet: 40, B6 and 72. RGB value is (64,182,114). Sum of RGB (Red+Green+Blue) = 64+182+114=360 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.78% from 360); Green value is 182 (71.48% from 255 or 50.56% from 360); Blue value is 114 (44.92% from 255 or 31.67% from 360); Max value from RGB is 182 - color contains mainly: green. Hex color #40B672 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40B672 is #BF498D. Grayscale: #8B8B8B. Windows color (decimal): -12536206 or 7517760. OLE color: 7517760.
HSL color Cylindrical-coordinate representation of color #40B672: hue angle of 145.42º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #40B672 is Cyan = 0.65, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 64 | 182 | 114 | - |
| CMYK | 0.65 | 0 | 0.37 | 0.29 |
| HSL | 145.42º | 0.48% | 0.48% | - |
| HSV(B) | 145.42º | 0.65% | 0.71% | - |
| XYZ | 21.88 | 35.76 | 21.67 | - |
| YUV | 138.97 | 113.91 | 74.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 182 | 114 | 0.65 | 0 | 0.37 | 0.29 | 145.42 | 0.48 | 0.48 |
| Hex | 40 | B6 | 72 | 41 | 0 | 25 | 1D | 91 | 30 | 30 |
| Octal | 100 | 266 | 162 | 101 | 0 | 45 | 35 | 221 | 60 | 60 |
| Binary | 1000000 | 10110110 | 1110010 | 1000001 | 0 | 100101 | 11101 | 10010001 | 110000 | 110000 |
Color Harmonies of #40B672
Complementary color
Monochromatic Colors of #40B672
Black with #40B672
Text Example
Text Example
White with #40B672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40B672; }
p { color: rgb(64,182,114); }
H1.HeaderClassName
{
color: #40B672;
}
.AnyTagClassName
{
color: #40B672;
}
</style>
background-color css
<style>
a { background-color: #40B672; }
a { background-color: rgb(64,182,114); }
div.DivClassName
{
background-color: #40B672;
}
.BgClassName
{
background-color: #40B672;
}
</style>
border-color css
<style>
span { border-color: #40B672; }
span { border-color: rgb(64,182,114); }
td.TdClassName
{
border-color: #40B672;
}
.TagClassName
{
border-color: #40B672;
}
</style>