Shades of Ocean Green #48AA70
Tints of Ocean Green #48AA70
RGB
CMYK
RGB Variations
Color information
#48AA70 (or 0x48AA70) is known color: Ocean Green. HEX triplet: 48, AA and 70. RGB value is (72,170,112). Sum of RGB (Red+Green+Blue) = 72+170+112=354 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.34% from 354); Green value is 170 (66.80% from 255 or 48.02% from 354); Blue value is 112 (44.14% from 255 or 31.64% from 354); Max value from RGB is 170 - color contains mainly: green. Hex color #48AA70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48AA70 is #B7558F. Grayscale: #868686. Windows color (decimal): -12014992 or 7383624. OLE color: 7383624.
HSL color Cylindrical-coordinate representation of color #48AA70: hue angle of 144.49º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #48AA70 is Cyan = 0.58, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 72 | 170 | 112 | - |
| CMYK | 0.58 | 0 | 0.34 | 0.33 |
| HSL | 144.49º | 0.4% | 0.47% | - |
| HSV(B) | 144.49º | 0.58% | 0.67% | - |
| XYZ | 19.97 | 31.3 | 20.32 | - |
| YUV | 134.09 | 115.53 | 83.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 170 | 112 | 0.58 | 0 | 0.34 | 0.33 | 144.49 | 0.4 | 0.47 |
| Hex | 48 | AA | 70 | 3A | 0 | 22 | 21 | 90 | 28 | 2F |
| Octal | 110 | 252 | 160 | 72 | 0 | 42 | 41 | 220 | 50 | 57 |
| Binary | 1001000 | 10101010 | 1110000 | 111010 | 0 | 100010 | 100001 | 10010000 | 101000 | 101111 |
Color Harmonies of #48AA70
Complementary color
Monochromatic Colors of #48AA70
Black with #48AA70
Text Example
Text Example
White with #48AA70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48AA70; }
p { color: rgb(72,170,112); }
H1.HeaderClassName
{
color: #48AA70;
}
.AnyTagClassName
{
color: #48AA70;
}
</style>
background-color css
<style>
a { background-color: #48AA70; }
a { background-color: rgb(72,170,112); }
div.DivClassName
{
background-color: #48AA70;
}
.BgClassName
{
background-color: #48AA70;
}
</style>
border-color css
<style>
span { border-color: #48AA70; }
span { border-color: rgb(72,170,112); }
td.TdClassName
{
border-color: #48AA70;
}
.TagClassName
{
border-color: #48AA70;
}
</style>