Shades of Ocean Green #56AD7F
Tints of Ocean Green #56AD7F
RGB
CMYK
RGB Variations
Color information
#56AD7F (or 0x56AD7F) is known color: Ocean Green. HEX triplet: 56, AD and 7F. RGB value is (86,173,127). Sum of RGB (Red+Green+Blue) = 86+173+127=386 (51% of max value = 765). Red value is 86 (33.98% from 255 or 22.28% from 386); Green value is 173 (67.97% from 255 or 44.82% from 386); Blue value is 127 (50% from 255 or 32.90% from 386); Max value from RGB is 173 - color contains mainly: green. Hex color #56AD7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56AD7F is #A95280. Grayscale: #8D8D8D. Windows color (decimal): -11096705 or 8367446. OLE color: 8367446.
HSL color Cylindrical-coordinate representation of color #56AD7F: hue angle of 148.28º 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 #56AD7F is Cyan = 0.50, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 86 | 173 | 127 | - |
| CMYK | 0.50 | 0 | 0.27 | 0.32 |
| HSL | 148.28º | 0.35% | 0.51% | - |
| HSV(B) | 148.28º | 0.5% | 0.68% | - |
| XYZ | 22.61 | 33.4 | 25.33 | - |
| YUV | 141.74 | 119.68 | 88.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 173 | 127 | 0.50 | 0 | 0.27 | 0.32 | 148.28 | 0.35 | 0.51 |
| Hex | 56 | AD | 7F | 32 | 0 | 1B | 20 | 94 | 23 | 33 |
| Octal | 126 | 255 | 177 | 62 | 0 | 33 | 40 | 224 | 43 | 63 |
| Binary | 1010110 | 10101101 | 1111111 | 110010 | 0 | 11011 | 100000 | 10010100 | 100011 | 110011 |
Color Harmonies of #56AD7F
Complementary color
Monochromatic Colors of #56AD7F
Black with #56AD7F
Text Example
Text Example
White with #56AD7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56AD7F; }
p { color: rgb(86,173,127); }
H1.HeaderClassName
{
color: #56AD7F;
}
.AnyTagClassName
{
color: #56AD7F;
}
</style>
background-color css
<style>
a { background-color: #56AD7F; }
a { background-color: rgb(86,173,127); }
div.DivClassName
{
background-color: #56AD7F;
}
.BgClassName
{
background-color: #56AD7F;
}
</style>
border-color css
<style>
span { border-color: #56AD7F; }
span { border-color: rgb(86,173,127); }
td.TdClassName
{
border-color: #56AD7F;
}
.TagClassName
{
border-color: #56AD7F;
}
</style>