Shades of Medium Sea Green #48B779
Tints of Medium Sea Green #48B779
RGB
CMYK
RGB Variations
Color information
#48B779 (or 0x48B779) is known color: Medium Sea Green. HEX triplet: 48, B7 and 79. RGB value is (72,183,121). Sum of RGB (Red+Green+Blue) = 72+183+121=376 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.15% from 376); Green value is 183 (71.88% from 255 or 48.67% from 376); Blue value is 121 (47.66% from 255 or 32.18% from 376); Max value from RGB is 183 - color contains mainly: green. Hex color #48B779 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48B779 is #B74886. Grayscale: #8E8E8E. Windows color (decimal): -12011655 or 7976776. OLE color: 7976776.
HSL color Cylindrical-coordinate representation of color #48B779: hue angle of 146.49º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #48B779 is Cyan = 0.61, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 72 | 183 | 121 | - |
| CMYK | 0.61 | 0 | 0.34 | 0.28 |
| HSL | 146.49º | 0.44% | 0.5% | - |
| HSV(B) | 146.49º | 0.61% | 0.72% | - |
| XYZ | 23.06 | 36.63 | 23.94 | - |
| YUV | 142.74 | 115.73 | 77.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 183 | 121 | 0.61 | 0 | 0.34 | 0.28 | 146.49 | 0.44 | 0.5 |
| Hex | 48 | B7 | 79 | 3D | 0 | 22 | 1C | 92 | 2C | 32 |
| Octal | 110 | 267 | 171 | 75 | 0 | 42 | 34 | 222 | 54 | 62 |
| Binary | 1001000 | 10110111 | 1111001 | 111101 | 0 | 100010 | 11100 | 10010010 | 101100 | 110010 |
Color Harmonies of #48B779
Complementary color
Monochromatic Colors of #48B779
Black with #48B779
Text Example
Text Example
White with #48B779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48B779; }
p { color: rgb(72,183,121); }
H1.HeaderClassName
{
color: #48B779;
}
.AnyTagClassName
{
color: #48B779;
}
</style>
background-color css
<style>
a { background-color: #48B779; }
a { background-color: rgb(72,183,121); }
div.DivClassName
{
background-color: #48B779;
}
.BgClassName
{
background-color: #48B779;
}
</style>
border-color css
<style>
span { border-color: #48B779; }
span { border-color: rgb(72,183,121); }
td.TdClassName
{
border-color: #48B779;
}
.TagClassName
{
border-color: #48B779;
}
</style>