Shades of Ocean Green #56AD7E
Tints of Ocean Green #56AD7E
RGB
CMYK
RGB Variations
Color information
#56AD7E (or 0x56AD7E) is known color: Ocean Green. HEX triplet: 56, AD and 7E. RGB value is (86,173,126). Sum of RGB (Red+Green+Blue) = 86+173+126=385 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.34% from 385); Green value is 173 (67.97% from 255 or 44.94% from 385); Blue value is 126 (49.61% from 255 or 32.73% from 385); Max value from RGB is 173 - color contains mainly: green. Hex color #56AD7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56AD7E is #A95281. Grayscale: #8D8D8D. Windows color (decimal): -11096706 or 8301910. OLE color: 8301910.
HSL color Cylindrical-coordinate representation of color #56AD7E: hue angle of 147.59º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #56AD7E is Cyan = 0.50, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 86 | 173 | 126 | - |
| CMYK | 0.50 | 0 | 0.27 | 0.32 |
| HSL | 147.59º | 0.35% | 0.51% | - |
| HSV(B) | 147.59º | 0.5% | 0.68% | - |
| XYZ | 22.55 | 33.37 | 24.99 | - |
| YUV | 141.63 | 119.18 | 88.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 173 | 126 | 0.50 | 0 | 0.27 | 0.32 | 147.59 | 0.35 | 0.51 |
| Hex | 56 | AD | 7E | 32 | 0 | 1B | 20 | 94 | 23 | 33 |
| Octal | 126 | 255 | 176 | 62 | 0 | 33 | 40 | 224 | 43 | 63 |
| Binary | 1010110 | 10101101 | 1111110 | 110010 | 0 | 11011 | 100000 | 10010100 | 100011 | 110011 |
Color Harmonies of #56AD7E
Complementary color
Monochromatic Colors of #56AD7E
Black with #56AD7E
Text Example
Text Example
White with #56AD7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56AD7E; }
p { color: rgb(86,173,126); }
H1.HeaderClassName
{
color: #56AD7E;
}
.AnyTagClassName
{
color: #56AD7E;
}
</style>
background-color css
<style>
a { background-color: #56AD7E; }
a { background-color: rgb(86,173,126); }
div.DivClassName
{
background-color: #56AD7E;
}
.BgClassName
{
background-color: #56AD7E;
}
</style>
border-color css
<style>
span { border-color: #56AD7E; }
span { border-color: rgb(86,173,126); }
td.TdClassName
{
border-color: #56AD7E;
}
.TagClassName
{
border-color: #56AD7E;
}
</style>