Shades of Ocean Green #56A27C
Tints of Ocean Green #56A27C
RGB
CMYK
RGB Variations
Color information
#56A27C (or 0x56A27C) is known color: Ocean Green. HEX triplet: 56, A2 and 7C. RGB value is (86,162,124). Sum of RGB (Red+Green+Blue) = 86+162+124=372 (49% of max value = 765). Red value is 86 (33.98% from 255 or 23.12% from 372); Green value is 162 (63.67% from 255 or 43.55% from 372); Blue value is 124 (48.83% from 255 or 33.33% from 372); Max value from RGB is 162 - color contains mainly: green. Hex color #56A27C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56A27C is #A95D83. Grayscale: #878787. Windows color (decimal): -11099524 or 8168022. OLE color: 8168022.
HSL color Cylindrical-coordinate representation of color #56A27C: hue angle of 150º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #56A27C is Cyan = 0.47, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 86 | 162 | 124 | - |
| CMYK | 0.47 | 0 | 0.23 | 0.36 |
| HSL | 150º | 0.31% | 0.49% | - |
| HSV(B) | 150º | 0.47% | 0.64% | - |
| XYZ | 20.4 | 29.27 | 23.64 | - |
| YUV | 134.94 | 121.82 | 93.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 162 | 124 | 0.47 | 0 | 0.23 | 0.36 | 150 | 0.31 | 0.49 |
| Hex | 56 | A2 | 7C | 2F | 0 | 17 | 24 | 96 | 1F | 31 |
| Octal | 126 | 242 | 174 | 57 | 0 | 27 | 44 | 226 | 37 | 61 |
| Binary | 1010110 | 10100010 | 1111100 | 101111 | 0 | 10111 | 100100 | 10010110 | 11111 | 110001 |
Color Harmonies of #56A27C
Complementary color
Monochromatic Colors of #56A27C
Black with #56A27C
Text Example
Text Example
White with #56A27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56A27C; }
p { color: rgb(86,162,124); }
H1.HeaderClassName
{
color: #56A27C;
}
.AnyTagClassName
{
color: #56A27C;
}
</style>
background-color css
<style>
a { background-color: #56A27C; }
a { background-color: rgb(86,162,124); }
div.DivClassName
{
background-color: #56A27C;
}
.BgClassName
{
background-color: #56A27C;
}
</style>
border-color css
<style>
span { border-color: #56A27C; }
span { border-color: rgb(86,162,124); }
td.TdClassName
{
border-color: #56A27C;
}
.TagClassName
{
border-color: #56A27C;
}
</style>