Shades of Ocean Green #56A672
Tints of Ocean Green #56A672
RGB
CMYK
RGB Variations
Color information
#56A672 (or 0x56A672) is known color: Ocean Green. HEX triplet: 56, A6 and 72. RGB value is (86,166,114). Sum of RGB (Red+Green+Blue) = 86+166+114=366 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.50% from 366); Green value is 166 (65.23% from 255 or 45.36% from 366); Blue value is 114 (44.92% from 255 or 31.15% from 366); Max value from RGB is 166 - color contains mainly: green. Hex color #56A672 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56A672 is #A9598D. Grayscale: #888888. Windows color (decimal): -11098510 or 7513686. OLE color: 7513686.
HSL color Cylindrical-coordinate representation of color #56A672: hue angle of 141º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #56A672 is Cyan = 0.48, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 86 | 166 | 114 | - |
| CMYK | 0.48 | 0 | 0.31 | 0.35 |
| HSL | 141º | 0.32% | 0.49% | - |
| HSV(B) | 141º | 0.48% | 0.65% | - |
| XYZ | 20.51 | 30.47 | 20.72 | - |
| YUV | 136.15 | 115.5 | 92.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 166 | 114 | 0.48 | 0 | 0.31 | 0.35 | 141 | 0.32 | 0.49 |
| Hex | 56 | A6 | 72 | 30 | 0 | 1F | 23 | 8D | 20 | 31 |
| Octal | 126 | 246 | 162 | 60 | 0 | 37 | 43 | 215 | 40 | 61 |
| Binary | 1010110 | 10100110 | 1110010 | 110000 | 0 | 11111 | 100011 | 10001101 | 100000 | 110001 |
Color Harmonies of #56A672
Complementary color
Monochromatic Colors of #56A672
Black with #56A672
Text Example
Text Example
White with #56A672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56A672; }
p { color: rgb(86,166,114); }
H1.HeaderClassName
{
color: #56A672;
}
.AnyTagClassName
{
color: #56A672;
}
</style>
background-color css
<style>
a { background-color: #56A672; }
a { background-color: rgb(86,166,114); }
div.DivClassName
{
background-color: #56A672;
}
.BgClassName
{
background-color: #56A672;
}
</style>
border-color css
<style>
span { border-color: #56A672; }
span { border-color: rgb(86,166,114); }
td.TdClassName
{
border-color: #56A672;
}
.TagClassName
{
border-color: #56A672;
}
</style>