Shades of Medium Sea Green #48B966
Tints of Medium Sea Green #48B966
RGB
CMYK
RGB Variations
Color information
#48B966 (or 0x48B966) is known color: Medium Sea Green. HEX triplet: 48, B9 and 66. RGB value is (72,185,102). Sum of RGB (Red+Green+Blue) = 72+185+102=359 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.06% from 359); Green value is 185 (72.66% from 255 or 51.53% from 359); Blue value is 102 (40.23% from 255 or 28.41% from 359); Max value from RGB is 185 - color contains mainly: green. Hex color #48B966 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48B966 is #B74699. Grayscale: #8D8D8D. Windows color (decimal): -12011162 or 6732104. OLE color: 6732104.
HSL color Cylindrical-coordinate representation of color #48B966: hue angle of 135.93º 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 #48B966 is Cyan = 0.61, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 72 | 185 | 102 | - |
| CMYK | 0.61 | 0 | 0.45 | 0.27 |
| HSL | 135.93º | 0.45% | 0.5% | - |
| HSV(B) | 135.93º | 0.61% | 0.73% | - |
| XYZ | 22.42 | 37.03 | 18.54 | - |
| YUV | 141.75 | 105.56 | 78.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 185 | 102 | 0.61 | 0 | 0.45 | 0.27 | 135.93 | 0.45 | 0.5 |
| Hex | 48 | B9 | 66 | 3D | 0 | 2D | 1B | 88 | 2D | 32 |
| Octal | 110 | 271 | 146 | 75 | 0 | 55 | 33 | 210 | 55 | 62 |
| Binary | 1001000 | 10111001 | 1100110 | 111101 | 0 | 101101 | 11011 | 10001000 | 101101 | 110010 |
Color Harmonies of #48B966
Complementary color
Monochromatic Colors of #48B966
Black with #48B966
Text Example
Text Example
White with #48B966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48B966; }
p { color: rgb(72,185,102); }
H1.HeaderClassName
{
color: #48B966;
}
.AnyTagClassName
{
color: #48B966;
}
</style>
background-color css
<style>
a { background-color: #48B966; }
a { background-color: rgb(72,185,102); }
div.DivClassName
{
background-color: #48B966;
}
.BgClassName
{
background-color: #48B966;
}
</style>
border-color css
<style>
span { border-color: #48B966; }
span { border-color: rgb(72,185,102); }
td.TdClassName
{
border-color: #48B966;
}
.TagClassName
{
border-color: #48B966;
}
</style>