Shades of Ocean Green #56AB7D
Tints of Ocean Green #56AB7D
RGB
CMYK
RGB Variations
Color information
#56AB7D (or 0x56AB7D) is known color: Ocean Green. HEX triplet: 56, AB and 7D. RGB value is (86,171,125). Sum of RGB (Red+Green+Blue) = 86+171+125=382 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.51% from 382); Green value is 171 (67.19% from 255 or 44.76% from 382); Blue value is 125 (49.22% from 255 or 32.72% from 382); Max value from RGB is 171 - color contains mainly: green. Hex color #56AB7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56AB7D is #A95482. Grayscale: #8C8C8C. Windows color (decimal): -11097219 or 8235862. OLE color: 8235862.
HSL color Cylindrical-coordinate representation of color #56AB7D: hue angle of 147.53º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #56AB7D is Cyan = 0.50, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 86 | 171 | 125 | - |
| CMYK | 0.50 | 0 | 0.27 | 0.33 |
| HSL | 147.53º | 0.34% | 0.5% | - |
| HSV(B) | 147.53º | 0.5% | 0.67% | - |
| XYZ | 22.1 | 32.58 | 24.53 | - |
| YUV | 140.34 | 119.34 | 89.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 171 | 125 | 0.50 | 0 | 0.27 | 0.33 | 147.53 | 0.34 | 0.5 |
| Hex | 56 | AB | 7D | 32 | 0 | 1B | 21 | 94 | 22 | 32 |
| Octal | 126 | 253 | 175 | 62 | 0 | 33 | 41 | 224 | 42 | 62 |
| Binary | 1010110 | 10101011 | 1111101 | 110010 | 0 | 11011 | 100001 | 10010100 | 100010 | 110010 |
Color Harmonies of #56AB7D
Complementary color
Monochromatic Colors of #56AB7D
Black with #56AB7D
Text Example
Text Example
White with #56AB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56AB7D; }
p { color: rgb(86,171,125); }
H1.HeaderClassName
{
color: #56AB7D;
}
.AnyTagClassName
{
color: #56AB7D;
}
</style>
background-color css
<style>
a { background-color: #56AB7D; }
a { background-color: rgb(86,171,125); }
div.DivClassName
{
background-color: #56AB7D;
}
.BgClassName
{
background-color: #56AB7D;
}
</style>
border-color css
<style>
span { border-color: #56AB7D; }
span { border-color: rgb(86,171,125); }
td.TdClassName
{
border-color: #56AB7D;
}
.TagClassName
{
border-color: #56AB7D;
}
</style>