Shades of Medium Sea Green #48B972
Tints of Medium Sea Green #48B972
RGB
CMYK
RGB Variations
Color information
#48B972 (or 0x48B972) is known color: Medium Sea Green. HEX triplet: 48, B9 and 72. RGB value is (72,185,114). Sum of RGB (Red+Green+Blue) = 72+185+114=371 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.41% from 371); Green value is 185 (72.66% from 255 or 49.87% from 371); Blue value is 114 (44.92% from 255 or 30.73% from 371); Max value from RGB is 185 - color contains mainly: green. Hex color #48B972 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48B972 is #B7468D. Grayscale: #8F8F8F. Windows color (decimal): -12011150 or 7518536. OLE color: 7518536.
HSL color Cylindrical-coordinate representation of color #48B972: hue angle of 142.3º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #48B972 is Cyan = 0.61, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 72 | 185 | 114 | - |
| CMYK | 0.61 | 0 | 0.38 | 0.27 |
| HSL | 142.3º | 0.45% | 0.5% | - |
| HSV(B) | 142.3º | 0.61% | 0.73% | - |
| XYZ | 23.06 | 37.29 | 21.9 | - |
| YUV | 143.12 | 111.56 | 77.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 185 | 114 | 0.61 | 0 | 0.38 | 0.27 | 142.3 | 0.45 | 0.5 |
| Hex | 48 | B9 | 72 | 3D | 0 | 26 | 1B | 8E | 2D | 32 |
| Octal | 110 | 271 | 162 | 75 | 0 | 46 | 33 | 216 | 55 | 62 |
| Binary | 1001000 | 10111001 | 1110010 | 111101 | 0 | 100110 | 11011 | 10001110 | 101101 | 110010 |
Color Harmonies of #48B972
Complementary color
Monochromatic Colors of #48B972
Black with #48B972
Text Example
Text Example
White with #48B972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48B972; }
p { color: rgb(72,185,114); }
H1.HeaderClassName
{
color: #48B972;
}
.AnyTagClassName
{
color: #48B972;
}
</style>
background-color css
<style>
a { background-color: #48B972; }
a { background-color: rgb(72,185,114); }
div.DivClassName
{
background-color: #48B972;
}
.BgClassName
{
background-color: #48B972;
}
</style>
border-color css
<style>
span { border-color: #48B972; }
span { border-color: rgb(72,185,114); }
td.TdClassName
{
border-color: #48B972;
}
.TagClassName
{
border-color: #48B972;
}
</style>