Shades of Ocean Green #48AD77
Tints of Ocean Green #48AD77
RGB
CMYK
RGB Variations
Color information
#48AD77 (or 0x48AD77) is known color: Ocean Green. HEX triplet: 48, AD and 77. RGB value is (72,173,119). Sum of RGB (Red+Green+Blue) = 72+173+119=364 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.78% from 364); Green value is 173 (67.97% from 255 or 47.53% from 364); Blue value is 119 (46.88% from 255 or 32.69% from 364); Max value from RGB is 173 - color contains mainly: green. Hex color #48AD77 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48AD77 is #B75288. Grayscale: #888888. Windows color (decimal): -12014217 or 7843144. OLE color: 7843144.
HSL color Cylindrical-coordinate representation of color #48AD77: hue angle of 147.92º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #48AD77 is Cyan = 0.58, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 72 | 173 | 119 | - |
| CMYK | 0.58 | 0 | 0.31 | 0.32 |
| HSL | 147.92º | 0.41% | 0.48% | - |
| HSV(B) | 147.92º | 0.58% | 0.68% | - |
| XYZ | 20.95 | 32.6 | 22.64 | - |
| YUV | 136.65 | 118.04 | 81.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 173 | 119 | 0.58 | 0 | 0.31 | 0.32 | 147.92 | 0.41 | 0.48 |
| Hex | 48 | AD | 77 | 3A | 0 | 1F | 20 | 94 | 29 | 30 |
| Octal | 110 | 255 | 167 | 72 | 0 | 37 | 40 | 224 | 51 | 60 |
| Binary | 1001000 | 10101101 | 1110111 | 111010 | 0 | 11111 | 100000 | 10010100 | 101001 | 110000 |
Color Harmonies of #48AD77
Complementary color
Monochromatic Colors of #48AD77
Black with #48AD77
Text Example
Text Example
White with #48AD77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48AD77; }
p { color: rgb(72,173,119); }
H1.HeaderClassName
{
color: #48AD77;
}
.AnyTagClassName
{
color: #48AD77;
}
</style>
background-color css
<style>
a { background-color: #48AD77; }
a { background-color: rgb(72,173,119); }
div.DivClassName
{
background-color: #48AD77;
}
.BgClassName
{
background-color: #48AD77;
}
</style>
border-color css
<style>
span { border-color: #48AD77; }
span { border-color: rgb(72,173,119); }
td.TdClassName
{
border-color: #48AD77;
}
.TagClassName
{
border-color: #48AD77;
}
</style>