Shades of Ocean Green #56AD7B
Tints of Ocean Green #56AD7B
RGB
CMYK
RGB Variations
Color information
#56AD7B (or 0x56AD7B) is known color: Ocean Green. HEX triplet: 56, AD and 7B. RGB value is (86,173,123). Sum of RGB (Red+Green+Blue) = 86+173+123=382 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.51% from 382); Green value is 173 (67.97% from 255 or 45.29% from 382); Blue value is 123 (48.44% from 255 or 32.20% from 382); Max value from RGB is 173 - color contains mainly: green. Hex color #56AD7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56AD7B is #A95284. Grayscale: #8D8D8D. Windows color (decimal): -11096709 or 8105302. OLE color: 8105302.
HSL color Cylindrical-coordinate representation of color #56AD7B: hue angle of 145.52º 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 #56AD7B is Cyan = 0.50, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 86 | 173 | 123 | - |
| CMYK | 0.50 | 0 | 0.29 | 0.32 |
| HSL | 145.52º | 0.35% | 0.51% | - |
| HSV(B) | 145.52º | 0.5% | 0.68% | - |
| XYZ | 22.36 | 33.3 | 23.99 | - |
| YUV | 141.29 | 117.68 | 88.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 173 | 123 | 0.50 | 0 | 0.29 | 0.32 | 145.52 | 0.35 | 0.51 |
| Hex | 56 | AD | 7B | 32 | 0 | 1D | 20 | 92 | 23 | 33 |
| Octal | 126 | 255 | 173 | 62 | 0 | 35 | 40 | 222 | 43 | 63 |
| Binary | 1010110 | 10101101 | 1111011 | 110010 | 0 | 11101 | 100000 | 10010010 | 100011 | 110011 |
Color Harmonies of #56AD7B
Complementary color
Monochromatic Colors of #56AD7B
Black with #56AD7B
Text Example
Text Example
White with #56AD7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56AD7B; }
p { color: rgb(86,173,123); }
H1.HeaderClassName
{
color: #56AD7B;
}
.AnyTagClassName
{
color: #56AD7B;
}
</style>
background-color css
<style>
a { background-color: #56AD7B; }
a { background-color: rgb(86,173,123); }
div.DivClassName
{
background-color: #56AD7B;
}
.BgClassName
{
background-color: #56AD7B;
}
</style>
border-color css
<style>
span { border-color: #56AD7B; }
span { border-color: rgb(86,173,123); }
td.TdClassName
{
border-color: #56AD7B;
}
.TagClassName
{
border-color: #56AD7B;
}
</style>