Shades of Ocean Green #48A078
Tints of Ocean Green #48A078
RGB
CMYK
RGB Variations
Color information
#48A078 (or 0x48A078) is known color: Ocean Green. HEX triplet: 48, A0 and 78. RGB value is (72,160,120). Sum of RGB (Red+Green+Blue) = 72+160+120=352 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.45% from 352); Green value is 160 (62.89% from 255 or 45.45% from 352); Blue value is 120 (47.27% from 255 or 34.09% from 352); Max value from RGB is 160 - color contains mainly: green. Hex color #48A078 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48A078 is #B75F87. Grayscale: #818181. Windows color (decimal): -12017544 or 7905352. OLE color: 7905352.
HSL color Cylindrical-coordinate representation of color #48A078: hue angle of 152.73º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #48A078 is Cyan = 0.55, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 72 | 160 | 120 | - |
| CMYK | 0.55 | 0 | 0.25 | 0.37 |
| HSL | 152.73º | 0.38% | 0.45% | - |
| HSV(B) | 152.73º | 0.55% | 0.63% | - |
| XYZ | 18.63 | 27.88 | 22.17 | - |
| YUV | 129.13 | 122.85 | 87.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 160 | 120 | 0.55 | 0 | 0.25 | 0.37 | 152.73 | 0.38 | 0.45 |
| Hex | 48 | A0 | 78 | 37 | 0 | 19 | 25 | 99 | 26 | 2D |
| Octal | 110 | 240 | 170 | 67 | 0 | 31 | 45 | 231 | 46 | 55 |
| Binary | 1001000 | 10100000 | 1111000 | 110111 | 0 | 11001 | 100101 | 10011001 | 100110 | 101101 |
Color Harmonies of #48A078
Complementary color
Monochromatic Colors of #48A078
Black with #48A078
Text Example
Text Example
White with #48A078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48A078; }
p { color: rgb(72,160,120); }
H1.HeaderClassName
{
color: #48A078;
}
.AnyTagClassName
{
color: #48A078;
}
</style>
background-color css
<style>
a { background-color: #48A078; }
a { background-color: rgb(72,160,120); }
div.DivClassName
{
background-color: #48A078;
}
.BgClassName
{
background-color: #48A078;
}
</style>
border-color css
<style>
span { border-color: #48A078; }
span { border-color: rgb(72,160,120); }
td.TdClassName
{
border-color: #48A078;
}
.TagClassName
{
border-color: #48A078;
}
</style>