Shades of Ocean Green #56AE71
Tints of Ocean Green #56AE71
RGB
CMYK
RGB Variations
Color information
#56AE71 (or 0x56AE71) is known color: Ocean Green. HEX triplet: 56, AE and 71. RGB value is (86,174,113). Sum of RGB (Red+Green+Blue) = 86+174+113=373 (49% of max value = 765). Red value is 86 (33.98% from 255 or 23.06% from 373); Green value is 174 (68.36% from 255 or 46.65% from 373); Blue value is 113 (44.53% from 255 or 30.29% from 373); Max value from RGB is 174 - color contains mainly: green. Hex color #56AE71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56AE71 is #A9518E. Grayscale: #8C8C8C. Windows color (decimal): -11096463 or 7450198. OLE color: 7450198.
HSL color Cylindrical-coordinate representation of color #56AE71: hue angle of 138.41º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #56AE71 is Cyan = 0.51, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 86 | 174 | 113 | - |
| CMYK | 0.51 | 0 | 0.35 | 0.32 |
| HSL | 138.41º | 0.35% | 0.51% | - |
| HSV(B) | 138.41º | 0.51% | 0.68% | - |
| XYZ | 21.95 | 33.44 | 20.92 | - |
| YUV | 140.73 | 112.35 | 88.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 174 | 113 | 0.51 | 0 | 0.35 | 0.32 | 138.41 | 0.35 | 0.51 |
| Hex | 56 | AE | 71 | 33 | 0 | 23 | 20 | 8A | 23 | 33 |
| Octal | 126 | 256 | 161 | 63 | 0 | 43 | 40 | 212 | 43 | 63 |
| Binary | 1010110 | 10101110 | 1110001 | 110011 | 0 | 100011 | 100000 | 10001010 | 100011 | 110011 |
Color Harmonies of #56AE71
Complementary color
Monochromatic Colors of #56AE71
Black with #56AE71
Text Example
Text Example
White with #56AE71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56AE71; }
p { color: rgb(86,174,113); }
H1.HeaderClassName
{
color: #56AE71;
}
.AnyTagClassName
{
color: #56AE71;
}
</style>
background-color css
<style>
a { background-color: #56AE71; }
a { background-color: rgb(86,174,113); }
div.DivClassName
{
background-color: #56AE71;
}
.BgClassName
{
background-color: #56AE71;
}
</style>
border-color css
<style>
span { border-color: #56AE71; }
span { border-color: rgb(86,174,113); }
td.TdClassName
{
border-color: #56AE71;
}
.TagClassName
{
border-color: #56AE71;
}
</style>