Shades of Ocean Green #56B47B
Tints of Ocean Green #56B47B
RGB
CMYK
RGB Variations
Color information
#56B47B (or 0x56B47B) is known color: Ocean Green. HEX triplet: 56, B4 and 7B. RGB value is (86,180,123). Sum of RGB (Red+Green+Blue) = 86+180+123=389 (51% of max value = 765). Red value is 86 (33.98% from 255 or 22.11% from 389); Green value is 180 (70.70% from 255 or 46.27% from 389); Blue value is 123 (48.44% from 255 or 31.62% from 389); Max value from RGB is 180 - color contains mainly: green. Hex color #56B47B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #56B47B is #A94B84. Grayscale: #919191. Windows color (decimal): -11094917 or 8107094. OLE color: 8107094.
HSL color Cylindrical-coordinate representation of color #56B47B: hue angle of 143.62º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #56B47B is Cyan = 0.52, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 86 | 180 | 123 | - |
| CMYK | 0.52 | 0 | 0.32 | 0.29 |
| HSL | 143.62º | 0.39% | 0.52% | - |
| HSV(B) | 143.62º | 0.52% | 0.71% | - |
| XYZ | 23.73 | 36.05 | 24.45 | - |
| YUV | 145.4 | 115.36 | 85.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 180 | 123 | 0.52 | 0 | 0.32 | 0.29 | 143.62 | 0.39 | 0.52 |
| Hex | 56 | B4 | 7B | 34 | 0 | 20 | 1D | 90 | 27 | 34 |
| Octal | 126 | 264 | 173 | 64 | 0 | 40 | 35 | 220 | 47 | 64 |
| Binary | 1010110 | 10110100 | 1111011 | 110100 | 0 | 100000 | 11101 | 10010000 | 100111 | 110100 |
Color Harmonies of #56B47B
Complementary color
Monochromatic Colors of #56B47B
Black with #56B47B
Text Example
Text Example
White with #56B47B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56B47B; }
p { color: rgb(86,180,123); }
H1.HeaderClassName
{
color: #56B47B;
}
.AnyTagClassName
{
color: #56B47B;
}
</style>
background-color css
<style>
a { background-color: #56B47B; }
a { background-color: rgb(86,180,123); }
div.DivClassName
{
background-color: #56B47B;
}
.BgClassName
{
background-color: #56B47B;
}
</style>
border-color css
<style>
span { border-color: #56B47B; }
span { border-color: rgb(86,180,123); }
td.TdClassName
{
border-color: #56B47B;
}
.TagClassName
{
border-color: #56B47B;
}
</style>