Shades of Ocean Green #56A07F
Tints of Ocean Green #56A07F
RGB
CMYK
RGB Variations
Color information
#56A07F (or 0x56A07F) is known color: Ocean Green. HEX triplet: 56, A0 and 7F. RGB value is (86,160,127). Sum of RGB (Red+Green+Blue) = 86+160+127=373 (49% of max value = 765). Red value is 86 (33.98% from 255 or 23.06% from 373); Green value is 160 (62.89% from 255 or 42.90% from 373); Blue value is 127 (50% from 255 or 34.05% from 373); Max value from RGB is 160 - color contains mainly: green. Hex color #56A07F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56A07F is #A95F80. Grayscale: #868686. Windows color (decimal): -11100033 or 8364118. OLE color: 8364118.
HSL color Cylindrical-coordinate representation of color #56A07F: hue angle of 153.24º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #56A07F is Cyan = 0.46, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 86 | 160 | 127 | - |
| CMYK | 0.46 | 0 | 0.21 | 0.37 |
| HSL | 153.24º | 0.3% | 0.48% | - |
| HSV(B) | 153.24º | 0.46% | 0.63% | - |
| XYZ | 20.24 | 28.65 | 24.54 | - |
| YUV | 134.11 | 123.98 | 93.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 160 | 127 | 0.46 | 0 | 0.21 | 0.37 | 153.24 | 0.3 | 0.48 |
| Hex | 56 | A0 | 7F | 2E | 0 | 15 | 25 | 99 | 1E | 30 |
| Octal | 126 | 240 | 177 | 56 | 0 | 25 | 45 | 231 | 36 | 60 |
| Binary | 1010110 | 10100000 | 1111111 | 101110 | 0 | 10101 | 100101 | 10011001 | 11110 | 110000 |
Color Harmonies of #56A07F
Complementary color
Monochromatic Colors of #56A07F
Black with #56A07F
Text Example
Text Example
White with #56A07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56A07F; }
p { color: rgb(86,160,127); }
H1.HeaderClassName
{
color: #56A07F;
}
.AnyTagClassName
{
color: #56A07F;
}
</style>
background-color css
<style>
a { background-color: #56A07F; }
a { background-color: rgb(86,160,127); }
div.DivClassName
{
background-color: #56A07F;
}
.BgClassName
{
background-color: #56A07F;
}
</style>
border-color css
<style>
span { border-color: #56A07F; }
span { border-color: rgb(86,160,127); }
td.TdClassName
{
border-color: #56A07F;
}
.TagClassName
{
border-color: #56A07F;
}
</style>