Shades of Ocean Green #56AB6C
Tints of Ocean Green #56AB6C
RGB
CMYK
RGB Variations
Color information
#56AB6C (or 0x56AB6C) is known color: Ocean Green. HEX triplet: 56, AB and 6C. RGB value is (86,171,108). Sum of RGB (Red+Green+Blue) = 86+171+108=365 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.56% from 365); Green value is 171 (67.19% from 255 or 46.85% from 365); Blue value is 108 (42.58% from 255 or 29.59% from 365); Max value from RGB is 171 - color contains mainly: green. Hex color #56AB6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56AB6C is #A95493. Grayscale: #8A8A8A. Windows color (decimal): -11097236 or 7121750. OLE color: 7121750.
HSL color Cylindrical-coordinate representation of color #56AB6C: hue angle of 135.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 #56AB6C is Cyan = 0.50, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 86 | 171 | 108 | - |
| CMYK | 0.50 | 0 | 0.37 | 0.33 |
| HSL | 135.53º | 0.34% | 0.5% | - |
| HSV(B) | 135.53º | 0.5% | 0.67% | - |
| XYZ | 21.11 | 32.19 | 19.29 | - |
| YUV | 138.4 | 110.84 | 90.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 171 | 108 | 0.50 | 0 | 0.37 | 0.33 | 135.53 | 0.34 | 0.5 |
| Hex | 56 | AB | 6C | 32 | 0 | 25 | 21 | 88 | 22 | 32 |
| Octal | 126 | 253 | 154 | 62 | 0 | 45 | 41 | 210 | 42 | 62 |
| Binary | 1010110 | 10101011 | 1101100 | 110010 | 0 | 100101 | 100001 | 10001000 | 100010 | 110010 |
Color Harmonies of #56AB6C
Complementary color
Monochromatic Colors of #56AB6C
Black with #56AB6C
Text Example
Text Example
White with #56AB6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56AB6C; }
p { color: rgb(86,171,108); }
H1.HeaderClassName
{
color: #56AB6C;
}
.AnyTagClassName
{
color: #56AB6C;
}
</style>
background-color css
<style>
a { background-color: #56AB6C; }
a { background-color: rgb(86,171,108); }
div.DivClassName
{
background-color: #56AB6C;
}
.BgClassName
{
background-color: #56AB6C;
}
</style>
border-color css
<style>
span { border-color: #56AB6C; }
span { border-color: rgb(86,171,108); }
td.TdClassName
{
border-color: #56AB6C;
}
.TagClassName
{
border-color: #56AB6C;
}
</style>