Shades of Ocean Green #53AF86
Tints of Ocean Green #53AF86
RGB
CMYK
RGB Variations
Color information
#53AF86 (or 0x53AF86) is known color: Ocean Green. HEX triplet: 53, AF and 86. RGB value is (83,175,134). Sum of RGB (Red+Green+Blue) = 83+175+134=392 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.17% from 392); Green value is 175 (68.75% from 255 or 44.64% from 392); Blue value is 134 (52.73% from 255 or 34.18% from 392); Max value from RGB is 175 - color contains mainly: green. Hex color #53AF86 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53AF86 is #AC5079. Grayscale: #8E8E8E. Windows color (decimal): -11292794 or 8826707. OLE color: 8826707.
HSL color Cylindrical-coordinate representation of color #53AF86: hue angle of 153.26º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #53AF86 is Cyan = 0.53, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 83 | 175 | 134 | - |
| CMYK | 0.53 | 0 | 0.23 | 0.31 |
| HSL | 153.26º | 0.37% | 0.51% | - |
| HSV(B) | 153.26º | 0.53% | 0.69% | - |
| XYZ | 23.2 | 34.22 | 27.94 | - |
| YUV | 142.82 | 123.02 | 85.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 175 | 134 | 0.53 | 0 | 0.23 | 0.31 | 153.26 | 0.37 | 0.51 |
| Hex | 53 | AF | 86 | 35 | 0 | 17 | 1F | 99 | 25 | 33 |
| Octal | 123 | 257 | 206 | 65 | 0 | 27 | 37 | 231 | 45 | 63 |
| Binary | 1010011 | 10101111 | 10000110 | 110101 | 0 | 10111 | 11111 | 10011001 | 100101 | 110011 |
Color Harmonies of #53AF86
Complementary color
Monochromatic Colors of #53AF86
Black with #53AF86
Text Example
Text Example
White with #53AF86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53AF86; }
p { color: rgb(83,175,134); }
H1.HeaderClassName
{
color: #53AF86;
}
.AnyTagClassName
{
color: #53AF86;
}
</style>
background-color css
<style>
a { background-color: #53AF86; }
a { background-color: rgb(83,175,134); }
div.DivClassName
{
background-color: #53AF86;
}
.BgClassName
{
background-color: #53AF86;
}
</style>
border-color css
<style>
span { border-color: #53AF86; }
span { border-color: rgb(83,175,134); }
td.TdClassName
{
border-color: #53AF86;
}
.TagClassName
{
border-color: #53AF86;
}
</style>