Shades of Ocean Green #48A866
Tints of Ocean Green #48A866
RGB
CMYK
RGB Variations
Color information
#48A866 (or 0x48A866) is known color: Ocean Green. HEX triplet: 48, A8 and 66. RGB value is (72,168,102). Sum of RGB (Red+Green+Blue) = 72+168+102=342 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.05% from 342); Green value is 168 (66.02% from 255 or 49.12% from 342); Blue value is 102 (40.23% from 255 or 29.82% from 342); Max value from RGB is 168 - color contains mainly: green. Hex color #48A866 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48A866 is #B75799. Grayscale: #838383. Windows color (decimal): -12015514 or 6727752. OLE color: 6727752.
HSL color Cylindrical-coordinate representation of color #48A866: hue angle of 138.75º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #48A866 is Cyan = 0.57, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 72 | 168 | 102 | - |
| CMYK | 0.57 | 0 | 0.39 | 0.34 |
| HSL | 138.75º | 0.4% | 0.47% | - |
| HSV(B) | 138.75º | 0.57% | 0.66% | - |
| XYZ | 19.07 | 30.34 | 17.42 | - |
| YUV | 131.77 | 111.2 | 85.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 168 | 102 | 0.57 | 0 | 0.39 | 0.34 | 138.75 | 0.4 | 0.47 |
| Hex | 48 | A8 | 66 | 39 | 0 | 27 | 22 | 8B | 28 | 2F |
| Octal | 110 | 250 | 146 | 71 | 0 | 47 | 42 | 213 | 50 | 57 |
| Binary | 1001000 | 10101000 | 1100110 | 111001 | 0 | 100111 | 100010 | 10001011 | 101000 | 101111 |
Color Harmonies of #48A866
Complementary color
Monochromatic Colors of #48A866
Black with #48A866
Text Example
Text Example
White with #48A866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48A866; }
p { color: rgb(72,168,102); }
H1.HeaderClassName
{
color: #48A866;
}
.AnyTagClassName
{
color: #48A866;
}
</style>
background-color css
<style>
a { background-color: #48A866; }
a { background-color: rgb(72,168,102); }
div.DivClassName
{
background-color: #48A866;
}
.BgClassName
{
background-color: #48A866;
}
</style>
border-color css
<style>
span { border-color: #48A866; }
span { border-color: rgb(72,168,102); }
td.TdClassName
{
border-color: #48A866;
}
.TagClassName
{
border-color: #48A866;
}
</style>