Shades of Ocean Green #56A483
Tints of Ocean Green #56A483
RGB
CMYK
RGB Variations
Color information
#56A483 (or 0x56A483) is known color: Ocean Green. HEX triplet: 56, A4 and 83. RGB value is (86,164,131). Sum of RGB (Red+Green+Blue) = 86+164+131=381 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.57% from 381); Green value is 164 (64.45% from 255 or 43.04% from 381); Blue value is 131 (51.56% from 255 or 34.38% from 381); Max value from RGB is 164 - color contains mainly: green. Hex color #56A483 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56A483 is #A95B7C. Grayscale: #888888. Windows color (decimal): -11099005 or 8627286. OLE color: 8627286.
HSL color Cylindrical-coordinate representation of color #56A483: hue angle of 154.62º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #56A483 is Cyan = 0.48, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 86 | 164 | 131 | - |
| CMYK | 0.48 | 0 | 0.20 | 0.36 |
| HSL | 154.62º | 0.31% | 0.49% | - |
| HSV(B) | 154.62º | 0.48% | 0.64% | - |
| XYZ | 21.21 | 30.17 | 26.18 | - |
| YUV | 136.92 | 124.66 | 91.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 164 | 131 | 0.48 | 0 | 0.20 | 0.36 | 154.62 | 0.31 | 0.49 |
| Hex | 56 | A4 | 83 | 30 | 0 | 14 | 24 | 9B | 1F | 31 |
| Octal | 126 | 244 | 203 | 60 | 0 | 24 | 44 | 233 | 37 | 61 |
| Binary | 1010110 | 10100100 | 10000011 | 110000 | 0 | 10100 | 100100 | 10011011 | 11111 | 110001 |
Color Harmonies of #56A483
Complementary color
Monochromatic Colors of #56A483
Black with #56A483
Text Example
Text Example
White with #56A483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56A483; }
p { color: rgb(86,164,131); }
H1.HeaderClassName
{
color: #56A483;
}
.AnyTagClassName
{
color: #56A483;
}
</style>
background-color css
<style>
a { background-color: #56A483; }
a { background-color: rgb(86,164,131); }
div.DivClassName
{
background-color: #56A483;
}
.BgClassName
{
background-color: #56A483;
}
</style>
border-color css
<style>
span { border-color: #56A483; }
span { border-color: rgb(86,164,131); }
td.TdClassName
{
border-color: #56A483;
}
.TagClassName
{
border-color: #56A483;
}
</style>