Shades of Ocean Green #56AD82
Tints of Ocean Green #56AD82
RGB
CMYK
RGB Variations
Color information
#56AD82 (or 0x56AD82) is known color: Ocean Green. HEX triplet: 56, AD and 82. RGB value is (86,173,130). Sum of RGB (Red+Green+Blue) = 86+173+130=389 (51% of max value = 765). Red value is 86 (33.98% from 255 or 22.11% from 389); Green value is 173 (67.97% from 255 or 44.47% from 389); Blue value is 130 (51.17% from 255 or 33.42% from 389); Max value from RGB is 173 - color contains mainly: green. Hex color #56AD82 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56AD82 is #A9527D. Grayscale: #8E8E8E. Windows color (decimal): -11096702 or 8564054. OLE color: 8564054.
HSL color Cylindrical-coordinate representation of color #56AD82: hue angle of 150.34º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #56AD82 is Cyan = 0.50, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 86 | 173 | 130 | - |
| CMYK | 0.50 | 0 | 0.25 | 0.32 |
| HSL | 150.34º | 0.35% | 0.51% | - |
| HSV(B) | 150.34º | 0.5% | 0.68% | - |
| XYZ | 22.81 | 33.48 | 26.38 | - |
| YUV | 142.09 | 121.18 | 88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 173 | 130 | 0.50 | 0 | 0.25 | 0.32 | 150.34 | 0.35 | 0.51 |
| Hex | 56 | AD | 82 | 32 | 0 | 19 | 20 | 96 | 23 | 33 |
| Octal | 126 | 255 | 202 | 62 | 0 | 31 | 40 | 226 | 43 | 63 |
| Binary | 1010110 | 10101101 | 10000010 | 110010 | 0 | 11001 | 100000 | 10010110 | 100011 | 110011 |
Color Harmonies of #56AD82
Complementary color
Monochromatic Colors of #56AD82
Black with #56AD82
Text Example
Text Example
White with #56AD82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56AD82; }
p { color: rgb(86,173,130); }
H1.HeaderClassName
{
color: #56AD82;
}
.AnyTagClassName
{
color: #56AD82;
}
</style>
background-color css
<style>
a { background-color: #56AD82; }
a { background-color: rgb(86,173,130); }
div.DivClassName
{
background-color: #56AD82;
}
.BgClassName
{
background-color: #56AD82;
}
</style>
border-color css
<style>
span { border-color: #56AD82; }
span { border-color: rgb(86,173,130); }
td.TdClassName
{
border-color: #56AD82;
}
.TagClassName
{
border-color: #56AD82;
}
</style>