Shades of Ocean Green #56AF83
Tints of Ocean Green #56AF83
RGB
CMYK
RGB Variations
Color information
#56AF83 (or 0x56AF83) is known color: Ocean Green. HEX triplet: 56, AF and 83. RGB value is (86,175,131). Sum of RGB (Red+Green+Blue) = 86+175+131=392 (51% of max value = 765). Red value is 86 (33.98% from 255 or 21.94% from 392); Green value is 175 (68.75% from 255 or 44.64% from 392); Blue value is 131 (51.56% from 255 or 33.42% from 392); Max value from RGB is 175 - color contains mainly: green. Hex color #56AF83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56AF83 is #A9507C. Grayscale: #8F8F8F. Windows color (decimal): -11096189 or 8630102. OLE color: 8630102.
HSL color Cylindrical-coordinate representation of color #56AF83: hue angle of 150.34º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #56AF83 is Cyan = 0.51, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 86 | 175 | 131 | - |
| CMYK | 0.51 | 0 | 0.25 | 0.31 |
| HSL | 150.34º | 0.36% | 0.51% | - |
| HSV(B) | 150.34º | 0.51% | 0.69% | - |
| XYZ | 23.26 | 34.28 | 26.86 | - |
| YUV | 143.37 | 121.01 | 87.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 175 | 131 | 0.51 | 0 | 0.25 | 0.31 | 150.34 | 0.36 | 0.51 |
| Hex | 56 | AF | 83 | 33 | 0 | 19 | 1F | 96 | 24 | 33 |
| Octal | 126 | 257 | 203 | 63 | 0 | 31 | 37 | 226 | 44 | 63 |
| Binary | 1010110 | 10101111 | 10000011 | 110011 | 0 | 11001 | 11111 | 10010110 | 100100 | 110011 |
Color Harmonies of #56AF83
Complementary color
Monochromatic Colors of #56AF83
Black with #56AF83
Text Example
Text Example
White with #56AF83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56AF83; }
p { color: rgb(86,175,131); }
H1.HeaderClassName
{
color: #56AF83;
}
.AnyTagClassName
{
color: #56AF83;
}
</style>
background-color css
<style>
a { background-color: #56AF83; }
a { background-color: rgb(86,175,131); }
div.DivClassName
{
background-color: #56AF83;
}
.BgClassName
{
background-color: #56AF83;
}
</style>
border-color css
<style>
span { border-color: #56AF83; }
span { border-color: rgb(86,175,131); }
td.TdClassName
{
border-color: #56AF83;
}
.TagClassName
{
border-color: #56AF83;
}
</style>