Shades of Ocean Green #56B17C
Tints of Ocean Green #56B17C
RGB
CMYK
RGB Variations
Color information
#56B17C (or 0x56B17C) is known color: Ocean Green. HEX triplet: 56, B1 and 7C. RGB value is (86,177,124). Sum of RGB (Red+Green+Blue) = 86+177+124=387 (51% of max value = 765). Red value is 86 (33.98% from 255 or 22.22% from 387); Green value is 177 (69.53% from 255 or 45.74% from 387); Blue value is 124 (48.83% from 255 or 32.04% from 387); Max value from RGB is 177 - color contains mainly: green. Hex color #56B17C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56B17C is #A94E83. Grayscale: #8F8F8F. Windows color (decimal): -11095684 or 8171862. OLE color: 8171862.
HSL color Cylindrical-coordinate representation of color #56B17C: hue angle of 145.05º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #56B17C is Cyan = 0.51, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 86 | 177 | 124 | - |
| CMYK | 0.51 | 0 | 0.30 | 0.31 |
| HSL | 145.05º | 0.37% | 0.52% | - |
| HSV(B) | 145.05º | 0.51% | 0.69% | - |
| XYZ | 23.2 | 34.88 | 24.58 | - |
| YUV | 143.75 | 116.85 | 86.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 177 | 124 | 0.51 | 0 | 0.30 | 0.31 | 145.05 | 0.37 | 0.52 |
| Hex | 56 | B1 | 7C | 33 | 0 | 1E | 1F | 91 | 25 | 34 |
| Octal | 126 | 261 | 174 | 63 | 0 | 36 | 37 | 221 | 45 | 64 |
| Binary | 1010110 | 10110001 | 1111100 | 110011 | 0 | 11110 | 11111 | 10010001 | 100101 | 110100 |
Color Harmonies of #56B17C
Complementary color
Monochromatic Colors of #56B17C
Black with #56B17C
Text Example
Text Example
White with #56B17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56B17C; }
p { color: rgb(86,177,124); }
H1.HeaderClassName
{
color: #56B17C;
}
.AnyTagClassName
{
color: #56B17C;
}
</style>
background-color css
<style>
a { background-color: #56B17C; }
a { background-color: rgb(86,177,124); }
div.DivClassName
{
background-color: #56B17C;
}
.BgClassName
{
background-color: #56B17C;
}
</style>
border-color css
<style>
span { border-color: #56B17C; }
span { border-color: rgb(86,177,124); }
td.TdClassName
{
border-color: #56B17C;
}
.TagClassName
{
border-color: #56B17C;
}
</style>