Shades of Medium Sea Green #48BB70
Tints of Medium Sea Green #48BB70
RGB
CMYK
RGB Variations
Color information
#48BB70 (or 0x48BB70) is known color: Medium Sea Green. HEX triplet: 48, BB and 70. RGB value is (72,187,112). Sum of RGB (Red+Green+Blue) = 72+187+112=371 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.41% from 371); Green value is 187 (73.44% from 255 or 50.40% from 371); Blue value is 112 (44.14% from 255 or 30.19% from 371); Max value from RGB is 187 - color contains mainly: green. Hex color #48BB70 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48BB70 is #B7448F. Grayscale: #909090. Windows color (decimal): -12010640 or 7387976. OLE color: 7387976.
HSL color Cylindrical-coordinate representation of color #48BB70: hue angle of 140.87º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #48BB70 is Cyan = 0.61, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 72 | 187 | 112 | - |
| CMYK | 0.61 | 0 | 0.40 | 0.27 |
| HSL | 140.87º | 0.46% | 0.51% | - |
| HSV(B) | 140.87º | 0.61% | 0.73% | - |
| XYZ | 23.37 | 38.09 | 21.45 | - |
| YUV | 144.07 | 109.9 | 76.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 187 | 112 | 0.61 | 0 | 0.40 | 0.27 | 140.87 | 0.46 | 0.51 |
| Hex | 48 | BB | 70 | 3D | 0 | 28 | 1B | 8D | 2E | 33 |
| Octal | 110 | 273 | 160 | 75 | 0 | 50 | 33 | 215 | 56 | 63 |
| Binary | 1001000 | 10111011 | 1110000 | 111101 | 0 | 101000 | 11011 | 10001101 | 101110 | 110011 |
Color Harmonies of #48BB70
Complementary color
Monochromatic Colors of #48BB70
Black with #48BB70
Text Example
Text Example
White with #48BB70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48BB70; }
p { color: rgb(72,187,112); }
H1.HeaderClassName
{
color: #48BB70;
}
.AnyTagClassName
{
color: #48BB70;
}
</style>
background-color css
<style>
a { background-color: #48BB70; }
a { background-color: rgb(72,187,112); }
div.DivClassName
{
background-color: #48BB70;
}
.BgClassName
{
background-color: #48BB70;
}
</style>
border-color css
<style>
span { border-color: #48BB70; }
span { border-color: rgb(72,187,112); }
td.TdClassName
{
border-color: #48BB70;
}
.TagClassName
{
border-color: #48BB70;
}
</style>