Shades of Ocean Green #56AA73
Tints of Ocean Green #56AA73
RGB
CMYK
RGB Variations
Color information
#56AA73 (or 0x56AA73) is known color: Ocean Green. HEX triplet: 56, AA and 73. RGB value is (86,170,115). Sum of RGB (Red+Green+Blue) = 86+170+115=371 (49% of max value = 765). Red value is 86 (33.98% from 255 or 23.18% from 371); Green value is 170 (66.80% from 255 or 45.82% from 371); Blue value is 115 (45.31% from 255 or 31.00% from 371); Max value from RGB is 170 - color contains mainly: green. Hex color #56AA73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56AA73 is #A9558C. Grayscale: #8A8A8A. Windows color (decimal): -11097485 or 7580246. OLE color: 7580246.
HSL color Cylindrical-coordinate representation of color #56AA73: hue angle of 140.71º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #56AA73 is Cyan = 0.49, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 86 | 170 | 115 | - |
| CMYK | 0.49 | 0 | 0.32 | 0.33 |
| HSL | 140.71º | 0.33% | 0.5% | - |
| HSV(B) | 140.71º | 0.49% | 0.67% | - |
| XYZ | 21.31 | 31.97 | 21.27 | - |
| YUV | 138.61 | 114.67 | 90.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 170 | 115 | 0.49 | 0 | 0.32 | 0.33 | 140.71 | 0.33 | 0.5 |
| Hex | 56 | AA | 73 | 31 | 0 | 20 | 21 | 8D | 21 | 32 |
| Octal | 126 | 252 | 163 | 61 | 0 | 40 | 41 | 215 | 41 | 62 |
| Binary | 1010110 | 10101010 | 1110011 | 110001 | 0 | 100000 | 100001 | 10001101 | 100001 | 110010 |
Color Harmonies of #56AA73
Complementary color
Monochromatic Colors of #56AA73
Black with #56AA73
Text Example
Text Example
White with #56AA73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56AA73; }
p { color: rgb(86,170,115); }
H1.HeaderClassName
{
color: #56AA73;
}
.AnyTagClassName
{
color: #56AA73;
}
</style>
background-color css
<style>
a { background-color: #56AA73; }
a { background-color: rgb(86,170,115); }
div.DivClassName
{
background-color: #56AA73;
}
.BgClassName
{
background-color: #56AA73;
}
</style>
border-color css
<style>
span { border-color: #56AA73; }
span { border-color: rgb(86,170,115); }
td.TdClassName
{
border-color: #56AA73;
}
.TagClassName
{
border-color: #56AA73;
}
</style>