Shades of Ocean Green #56A07D
Tints of Ocean Green #56A07D
RGB
CMYK
RGB Variations
Color information
#56A07D (or 0x56A07D) is known color: Ocean Green. HEX triplet: 56, A0 and 7D. RGB value is (86,160,125). Sum of RGB (Red+Green+Blue) = 86+160+125=371 (49% of max value = 765). Red value is 86 (33.98% from 255 or 23.18% from 371); Green value is 160 (62.89% from 255 or 43.13% from 371); Blue value is 125 (49.22% from 255 or 33.69% from 371); Max value from RGB is 160 - color contains mainly: green. Hex color #56A07D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56A07D is #A95F82. Grayscale: #858585. Windows color (decimal): -11100035 or 8233046. OLE color: 8233046.
HSL color Cylindrical-coordinate representation of color #56A07D: hue angle of 151.62º 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 #56A07D is Cyan = 0.46, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 86 | 160 | 125 | - |
| CMYK | 0.46 | 0 | 0.22 | 0.37 |
| HSL | 151.62º | 0.3% | 0.48% | - |
| HSV(B) | 151.62º | 0.46% | 0.63% | - |
| XYZ | 20.11 | 28.6 | 23.86 | - |
| YUV | 133.88 | 122.98 | 93.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 160 | 125 | 0.46 | 0 | 0.22 | 0.37 | 151.62 | 0.3 | 0.48 |
| Hex | 56 | A0 | 7D | 2E | 0 | 16 | 25 | 98 | 1E | 30 |
| Octal | 126 | 240 | 175 | 56 | 0 | 26 | 45 | 230 | 36 | 60 |
| Binary | 1010110 | 10100000 | 1111101 | 101110 | 0 | 10110 | 100101 | 10011000 | 11110 | 110000 |
Color Harmonies of #56A07D
Complementary color
Monochromatic Colors of #56A07D
Black with #56A07D
Text Example
Text Example
White with #56A07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56A07D; }
p { color: rgb(86,160,125); }
H1.HeaderClassName
{
color: #56A07D;
}
.AnyTagClassName
{
color: #56A07D;
}
</style>
background-color css
<style>
a { background-color: #56A07D; }
a { background-color: rgb(86,160,125); }
div.DivClassName
{
background-color: #56A07D;
}
.BgClassName
{
background-color: #56A07D;
}
</style>
border-color css
<style>
span { border-color: #56A07D; }
span { border-color: rgb(86,160,125); }
td.TdClassName
{
border-color: #56A07D;
}
.TagClassName
{
border-color: #56A07D;
}
</style>