Shades of Ocean Green #56B272
Tints of Ocean Green #56B272
RGB
CMYK
RGB Variations
Color information
#56B272 (or 0x56B272) is known color: Ocean Green. HEX triplet: 56, B2 and 72. RGB value is (86,178,114). Sum of RGB (Red+Green+Blue) = 86+178+114=378 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.75% from 378); Green value is 178 (69.92% from 255 or 47.09% from 378); Blue value is 114 (44.92% from 255 or 30.16% from 378); Max value from RGB is 178 - color contains mainly: green. Hex color #56B272 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56B272 is #A94D8D. Grayscale: #8F8F8F. Windows color (decimal): -11095438 or 7516758. OLE color: 7516758.
HSL color Cylindrical-coordinate representation of color #56B272: hue angle of 138.26º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #56B272 is Cyan = 0.52, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 86 | 178 | 114 | - |
| CMYK | 0.52 | 0 | 0.36 | 0.30 |
| HSL | 138.26º | 0.37% | 0.52% | - |
| HSV(B) | 138.26º | 0.52% | 0.7% | - |
| XYZ | 22.8 | 35.03 | 21.48 | - |
| YUV | 143.2 | 111.52 | 87.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 178 | 114 | 0.52 | 0 | 0.36 | 0.30 | 138.26 | 0.37 | 0.52 |
| Hex | 56 | B2 | 72 | 34 | 0 | 24 | 1E | 8A | 25 | 34 |
| Octal | 126 | 262 | 162 | 64 | 0 | 44 | 36 | 212 | 45 | 64 |
| Binary | 1010110 | 10110010 | 1110010 | 110100 | 0 | 100100 | 11110 | 10001010 | 100101 | 110100 |
Color Harmonies of #56B272
Complementary color
Monochromatic Colors of #56B272
Black with #56B272
Text Example
Text Example
White with #56B272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56B272; }
p { color: rgb(86,178,114); }
H1.HeaderClassName
{
color: #56B272;
}
.AnyTagClassName
{
color: #56B272;
}
</style>
background-color css
<style>
a { background-color: #56B272; }
a { background-color: rgb(86,178,114); }
div.DivClassName
{
background-color: #56B272;
}
.BgClassName
{
background-color: #56B272;
}
</style>
border-color css
<style>
span { border-color: #56B272; }
span { border-color: rgb(86,178,114); }
td.TdClassName
{
border-color: #56B272;
}
.TagClassName
{
border-color: #56B272;
}
</style>