Shades of Ocean Green #56AB71
Tints of Ocean Green #56AB71
RGB
CMYK
RGB Variations
Color information
#56AB71 (or 0x56AB71) is known color: Ocean Green. HEX triplet: 56, AB and 71. RGB value is (86,171,113). Sum of RGB (Red+Green+Blue) = 86+171+113=370 (49% of max value = 765). Red value is 86 (33.98% from 255 or 23.24% from 370); Green value is 171 (67.19% from 255 or 46.22% from 370); Blue value is 113 (44.53% from 255 or 30.54% from 370); Max value from RGB is 171 - color contains mainly: green. Hex color #56AB71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56AB71 is #A9548E. Grayscale: #8B8B8B. Windows color (decimal): -11097231 or 7449430. OLE color: 7449430.
HSL color Cylindrical-coordinate representation of color #56AB71: hue angle of 139.06º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #56AB71 is Cyan = 0.50, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 86 | 171 | 113 | - |
| CMYK | 0.50 | 0 | 0.34 | 0.33 |
| HSL | 139.06º | 0.34% | 0.5% | - |
| HSV(B) | 139.06º | 0.5% | 0.67% | - |
| XYZ | 21.38 | 32.3 | 20.73 | - |
| YUV | 138.97 | 113.34 | 90.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 171 | 113 | 0.50 | 0 | 0.34 | 0.33 | 139.06 | 0.34 | 0.5 |
| Hex | 56 | AB | 71 | 32 | 0 | 22 | 21 | 8B | 22 | 32 |
| Octal | 126 | 253 | 161 | 62 | 0 | 42 | 41 | 213 | 42 | 62 |
| Binary | 1010110 | 10101011 | 1110001 | 110010 | 0 | 100010 | 100001 | 10001011 | 100010 | 110010 |
Color Harmonies of #56AB71
Complementary color
Monochromatic Colors of #56AB71
Black with #56AB71
Text Example
Text Example
White with #56AB71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56AB71; }
p { color: rgb(86,171,113); }
H1.HeaderClassName
{
color: #56AB71;
}
.AnyTagClassName
{
color: #56AB71;
}
</style>
background-color css
<style>
a { background-color: #56AB71; }
a { background-color: rgb(86,171,113); }
div.DivClassName
{
background-color: #56AB71;
}
.BgClassName
{
background-color: #56AB71;
}
</style>
border-color css
<style>
span { border-color: #56AB71; }
span { border-color: rgb(86,171,113); }
td.TdClassName
{
border-color: #56AB71;
}
.TagClassName
{
border-color: #56AB71;
}
</style>