Shades of Ocean Green #56AE7B
Tints of Ocean Green #56AE7B
RGB
CMYK
RGB Variations
Color information
#56AE7B (or 0x56AE7B) is known color: Ocean Green. HEX triplet: 56, AE and 7B. RGB value is (86,174,123). Sum of RGB (Red+Green+Blue) = 86+174+123=383 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.45% from 383); Green value is 174 (68.36% from 255 or 45.43% from 383); Blue value is 123 (48.44% from 255 or 32.11% from 383); Max value from RGB is 174 - color contains mainly: green. Hex color #56AE7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56AE7B is #A95184. Grayscale: #8D8D8D. Windows color (decimal): -11096453 or 8105558. OLE color: 8105558.
HSL color Cylindrical-coordinate representation of color #56AE7B: hue angle of 145.23º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #56AE7B is Cyan = 0.51, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 86 | 174 | 123 | - |
| CMYK | 0.51 | 0 | 0.29 | 0.32 |
| HSL | 145.23º | 0.35% | 0.51% | - |
| HSV(B) | 145.23º | 0.51% | 0.68% | - |
| XYZ | 22.55 | 33.68 | 24.05 | - |
| YUV | 141.87 | 117.35 | 88.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 174 | 123 | 0.51 | 0 | 0.29 | 0.32 | 145.23 | 0.35 | 0.51 |
| Hex | 56 | AE | 7B | 33 | 0 | 1D | 20 | 91 | 23 | 33 |
| Octal | 126 | 256 | 173 | 63 | 0 | 35 | 40 | 221 | 43 | 63 |
| Binary | 1010110 | 10101110 | 1111011 | 110011 | 0 | 11101 | 100000 | 10010001 | 100011 | 110011 |
Color Harmonies of #56AE7B
Complementary color
Monochromatic Colors of #56AE7B
Black with #56AE7B
Text Example
Text Example
White with #56AE7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56AE7B; }
p { color: rgb(86,174,123); }
H1.HeaderClassName
{
color: #56AE7B;
}
.AnyTagClassName
{
color: #56AE7B;
}
</style>
background-color css
<style>
a { background-color: #56AE7B; }
a { background-color: rgb(86,174,123); }
div.DivClassName
{
background-color: #56AE7B;
}
.BgClassName
{
background-color: #56AE7B;
}
</style>
border-color css
<style>
span { border-color: #56AE7B; }
span { border-color: rgb(86,174,123); }
td.TdClassName
{
border-color: #56AE7B;
}
.TagClassName
{
border-color: #56AE7B;
}
</style>