Shades of Ocean Green #56AC84
Tints of Ocean Green #56AC84
RGB
CMYK
RGB Variations
Color information
#56AC84 (or 0x56AC84) is known color: Ocean Green. HEX triplet: 56, AC and 84. RGB value is (86,172,132). Sum of RGB (Red+Green+Blue) = 86+172+132=390 (51% of max value = 765). Red value is 86 (33.98% from 255 or 22.05% from 390); Green value is 172 (67.58% from 255 or 44.10% from 390); Blue value is 132 (51.95% from 255 or 33.85% from 390); Max value from RGB is 172 - color contains mainly: green. Hex color #56AC84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56AC84 is #A9537B. Grayscale: #8D8D8D. Windows color (decimal): -11096956 or 8694870. OLE color: 8694870.
HSL color Cylindrical-coordinate representation of color #56AC84: hue angle of 152.09º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #56AC84 is Cyan = 0.5, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 86 | 172 | 132 | - |
| CMYK | 0.5 | 0 | 0.23 | 0.33 |
| HSL | 152.09º | 0.34% | 0.51% | - |
| HSV(B) | 152.09º | 0.5% | 0.67% | - |
| XYZ | 22.76 | 33.15 | 27.03 | - |
| YUV | 141.73 | 122.51 | 88.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 172 | 132 | 0.5 | 0 | 0.23 | 0.33 | 152.09 | 0.34 | 0.51 |
| Hex | 56 | AC | 84 | 32 | 0 | 17 | 21 | 98 | 22 | 33 |
| Octal | 126 | 254 | 204 | 62 | 0 | 27 | 41 | 230 | 42 | 63 |
| Binary | 1010110 | 10101100 | 10000100 | 110010 | 0 | 10111 | 100001 | 10011000 | 100010 | 110011 |
Color Harmonies of #56AC84
Complementary color
Monochromatic Colors of #56AC84
Black with #56AC84
Text Example
Text Example
White with #56AC84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56AC84; }
p { color: rgb(86,172,132); }
H1.HeaderClassName
{
color: #56AC84;
}
.AnyTagClassName
{
color: #56AC84;
}
</style>
background-color css
<style>
a { background-color: #56AC84; }
a { background-color: rgb(86,172,132); }
div.DivClassName
{
background-color: #56AC84;
}
.BgClassName
{
background-color: #56AC84;
}
</style>
border-color css
<style>
span { border-color: #56AC84; }
span { border-color: rgb(86,172,132); }
td.TdClassName
{
border-color: #56AC84;
}
.TagClassName
{
border-color: #56AC84;
}
</style>