Shades of Ocean Green #56A886
Tints of Ocean Green #56A886
RGB
CMYK
RGB Variations
Color information
#56A886 (or 0x56A886) is known color: Ocean Green. HEX triplet: 56, A8 and 86. RGB value is (86,168,134). Sum of RGB (Red+Green+Blue) = 86+168+134=388 (51% of max value = 765). Red value is 86 (33.98% from 255 or 22.16% from 388); Green value is 168 (66.02% from 255 or 43.30% from 388); Blue value is 134 (52.73% from 255 or 34.54% from 388); Max value from RGB is 168 - color contains mainly: green. Hex color #56A886 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56A886 is #A95779. Grayscale: #8B8B8B. Windows color (decimal): -11097978 or 8824918. OLE color: 8824918.
HSL color Cylindrical-coordinate representation of color #56A886: hue angle of 155.12º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #56A886 is Cyan = 0.49, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 86 | 168 | 134 | - |
| CMYK | 0.49 | 0 | 0.20 | 0.34 |
| HSL | 155.12º | 0.32% | 0.5% | - |
| HSV(B) | 155.12º | 0.49% | 0.66% | - |
| XYZ | 22.14 | 31.7 | 27.51 | - |
| YUV | 139.61 | 124.83 | 89.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 168 | 134 | 0.49 | 0 | 0.20 | 0.34 | 155.12 | 0.32 | 0.5 |
| Hex | 56 | A8 | 86 | 31 | 0 | 14 | 22 | 9B | 20 | 32 |
| Octal | 126 | 250 | 206 | 61 | 0 | 24 | 42 | 233 | 40 | 62 |
| Binary | 1010110 | 10101000 | 10000110 | 110001 | 0 | 10100 | 100010 | 10011011 | 100000 | 110010 |
Color Harmonies of #56A886
Complementary color
Monochromatic Colors of #56A886
Black with #56A886
Text Example
Text Example
White with #56A886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56A886; }
p { color: rgb(86,168,134); }
H1.HeaderClassName
{
color: #56A886;
}
.AnyTagClassName
{
color: #56A886;
}
</style>
background-color css
<style>
a { background-color: #56A886; }
a { background-color: rgb(86,168,134); }
div.DivClassName
{
background-color: #56A886;
}
.BgClassName
{
background-color: #56A886;
}
</style>
border-color css
<style>
span { border-color: #56A886; }
span { border-color: rgb(86,168,134); }
td.TdClassName
{
border-color: #56A886;
}
.TagClassName
{
border-color: #56A886;
}
</style>