Shades of Medium Sea Green #40B272
Tints of Medium Sea Green #40B272
RGB
CMYK
RGB Variations
Color information
#40B272 (or 0x40B272) is known color: Medium Sea Green. HEX triplet: 40, B2 and 72. RGB value is (64,178,114). Sum of RGB (Red+Green+Blue) = 64+178+114=356 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.98% from 356); Green value is 178 (69.92% from 255 or 50% from 356); Blue value is 114 (44.92% from 255 or 32.02% from 356); Max value from RGB is 178 - color contains mainly: green. Hex color #40B272 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40B272 is #BF4D8D. Grayscale: #888888. Windows color (decimal): -12537230 or 7516736. OLE color: 7516736.
HSL color Cylindrical-coordinate representation of color #40B272: hue angle of 146.32º 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 #40B272 is Cyan = 0.64, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 64 | 178 | 114 | - |
| CMYK | 0.64 | 0 | 0.36 | 0.30 |
| HSL | 146.32º | 0.47% | 0.47% | - |
| HSV(B) | 146.32º | 0.64% | 0.7% | - |
| XYZ | 21.07 | 34.15 | 21.4 | - |
| YUV | 136.62 | 115.23 | 76.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 178 | 114 | 0.64 | 0 | 0.36 | 0.30 | 146.32 | 0.47 | 0.47 |
| Hex | 40 | B2 | 72 | 40 | 0 | 24 | 1E | 92 | 2F | 2F |
| Octal | 100 | 262 | 162 | 100 | 0 | 44 | 36 | 222 | 57 | 57 |
| Binary | 1000000 | 10110010 | 1110010 | 1000000 | 0 | 100100 | 11110 | 10010010 | 101111 | 101111 |
Color Harmonies of #40B272
Complementary color
Monochromatic Colors of #40B272
Black with #40B272
Text Example
Text Example
White with #40B272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40B272; }
p { color: rgb(64,178,114); }
H1.HeaderClassName
{
color: #40B272;
}
.AnyTagClassName
{
color: #40B272;
}
</style>
background-color css
<style>
a { background-color: #40B272; }
a { background-color: rgb(64,178,114); }
div.DivClassName
{
background-color: #40B272;
}
.BgClassName
{
background-color: #40B272;
}
</style>
border-color css
<style>
span { border-color: #40B272; }
span { border-color: rgb(64,178,114); }
td.TdClassName
{
border-color: #40B272;
}
.TagClassName
{
border-color: #40B272;
}
</style>