Shades of Medium Sea Green #48B963
Tints of Medium Sea Green #48B963
RGB
CMYK
RGB Variations
Color information
#48B963 (or 0x48B963) is known color: Medium Sea Green. HEX triplet: 48, B9 and 63. RGB value is (72,185,99). Sum of RGB (Red+Green+Blue) = 72+185+99=356 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.22% from 356); Green value is 185 (72.66% from 255 or 51.97% from 356); Blue value is 99 (39.06% from 255 or 27.81% from 356); Max value from RGB is 185 - color contains mainly: green. Hex color #48B963 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48B963 is #B7469C. Grayscale: #8D8D8D. Windows color (decimal): -12011165 or 6535496. OLE color: 6535496.
HSL color Cylindrical-coordinate representation of color #48B963: hue angle of 134.34º 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 #48B963 is Cyan = 0.61, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 72 | 185 | 99 | - |
| CMYK | 0.61 | 0 | 0.46 | 0.27 |
| HSL | 134.34º | 0.45% | 0.5% | - |
| HSV(B) | 134.34º | 0.61% | 0.73% | - |
| XYZ | 22.27 | 36.98 | 17.77 | - |
| YUV | 141.41 | 104.06 | 78.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 185 | 99 | 0.61 | 0 | 0.46 | 0.27 | 134.34 | 0.45 | 0.5 |
| Hex | 48 | B9 | 63 | 3D | 0 | 2E | 1B | 86 | 2D | 32 |
| Octal | 110 | 271 | 143 | 75 | 0 | 56 | 33 | 206 | 55 | 62 |
| Binary | 1001000 | 10111001 | 1100011 | 111101 | 0 | 101110 | 11011 | 10000110 | 101101 | 110010 |
Color Harmonies of #48B963
Complementary color
Monochromatic Colors of #48B963
Black with #48B963
Text Example
Text Example
White with #48B963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48B963; }
p { color: rgb(72,185,99); }
H1.HeaderClassName
{
color: #48B963;
}
.AnyTagClassName
{
color: #48B963;
}
</style>
background-color css
<style>
a { background-color: #48B963; }
a { background-color: rgb(72,185,99); }
div.DivClassName
{
background-color: #48B963;
}
.BgClassName
{
background-color: #48B963;
}
</style>
border-color css
<style>
span { border-color: #48B963; }
span { border-color: rgb(72,185,99); }
td.TdClassName
{
border-color: #48B963;
}
.TagClassName
{
border-color: #48B963;
}
</style>