Shades of Ocean Green #48A07A
Tints of Ocean Green #48A07A
RGB
CMYK
RGB Variations
Color information
#48A07A (or 0x48A07A) is known color: Ocean Green. HEX triplet: 48, A0 and 7A. RGB value is (72,160,122). Sum of RGB (Red+Green+Blue) = 72+160+122=354 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.34% from 354); Green value is 160 (62.89% from 255 or 45.20% from 354); Blue value is 122 (48.05% from 255 or 34.46% from 354); Max value from RGB is 160 - color contains mainly: green. Hex color #48A07A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48A07A is #B75F85. Grayscale: #818181. Windows color (decimal): -12017542 or 8036424. OLE color: 8036424.
HSL color Cylindrical-coordinate representation of color #48A07A: hue angle of 154.09º 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 #48A07A is Cyan = 0.55, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 72 | 160 | 122 | - |
| CMYK | 0.55 | 0 | 0.24 | 0.37 |
| HSL | 154.09º | 0.38% | 0.45% | - |
| HSV(B) | 154.09º | 0.55% | 0.63% | - |
| XYZ | 18.76 | 27.92 | 22.81 | - |
| YUV | 129.36 | 123.85 | 87.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 160 | 122 | 0.55 | 0 | 0.24 | 0.37 | 154.09 | 0.38 | 0.45 |
| Hex | 48 | A0 | 7A | 37 | 0 | 18 | 25 | 9A | 26 | 2D |
| Octal | 110 | 240 | 172 | 67 | 0 | 30 | 45 | 232 | 46 | 55 |
| Binary | 1001000 | 10100000 | 1111010 | 110111 | 0 | 11000 | 100101 | 10011010 | 100110 | 101101 |
Color Harmonies of #48A07A
Complementary color
Monochromatic Colors of #48A07A
Black with #48A07A
Text Example
Text Example
White with #48A07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48A07A; }
p { color: rgb(72,160,122); }
H1.HeaderClassName
{
color: #48A07A;
}
.AnyTagClassName
{
color: #48A07A;
}
</style>
background-color css
<style>
a { background-color: #48A07A; }
a { background-color: rgb(72,160,122); }
div.DivClassName
{
background-color: #48A07A;
}
.BgClassName
{
background-color: #48A07A;
}
</style>
border-color css
<style>
span { border-color: #48A07A; }
span { border-color: rgb(72,160,122); }
td.TdClassName
{
border-color: #48A07A;
}
.TagClassName
{
border-color: #48A07A;
}
</style>