Shades of Ocean Green #56A17D
Tints of Ocean Green #56A17D
RGB
CMYK
RGB Variations
Color information
#56A17D (or 0x56A17D) is known color: Ocean Green. HEX triplet: 56, A1 and 7D. RGB value is (86,161,125). Sum of RGB (Red+Green+Blue) = 86+161+125=372 (49% of max value = 765). Red value is 86 (33.98% from 255 or 23.12% from 372); Green value is 161 (63.28% from 255 or 43.28% from 372); Blue value is 125 (49.22% from 255 or 33.60% from 372); Max value from RGB is 161 - color contains mainly: green. Hex color #56A17D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56A17D is #A95E82. Grayscale: #868686. Windows color (decimal): -11099779 or 8233302. OLE color: 8233302.
HSL color Cylindrical-coordinate representation of color #56A17D: hue angle of 151.2º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #56A17D is Cyan = 0.47, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 86 | 161 | 125 | - |
| CMYK | 0.47 | 0 | 0.22 | 0.37 |
| HSL | 151.2º | 0.3% | 0.48% | - |
| HSV(B) | 151.2º | 0.47% | 0.63% | - |
| XYZ | 20.28 | 28.95 | 23.92 | - |
| YUV | 134.47 | 122.65 | 93.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 161 | 125 | 0.47 | 0 | 0.22 | 0.37 | 151.2 | 0.3 | 0.48 |
| Hex | 56 | A1 | 7D | 2F | 0 | 16 | 25 | 97 | 1E | 30 |
| Octal | 126 | 241 | 175 | 57 | 0 | 26 | 45 | 227 | 36 | 60 |
| Binary | 1010110 | 10100001 | 1111101 | 101111 | 0 | 10110 | 100101 | 10010111 | 11110 | 110000 |
Color Harmonies of #56A17D
Complementary color
Monochromatic Colors of #56A17D
Black with #56A17D
Text Example
Text Example
White with #56A17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56A17D; }
p { color: rgb(86,161,125); }
H1.HeaderClassName
{
color: #56A17D;
}
.AnyTagClassName
{
color: #56A17D;
}
</style>
background-color css
<style>
a { background-color: #56A17D; }
a { background-color: rgb(86,161,125); }
div.DivClassName
{
background-color: #56A17D;
}
.BgClassName
{
background-color: #56A17D;
}
</style>
border-color css
<style>
span { border-color: #56A17D; }
span { border-color: rgb(86,161,125); }
td.TdClassName
{
border-color: #56A17D;
}
.TagClassName
{
border-color: #56A17D;
}
</style>