Shades of Ocean Green #53AF83
Tints of Ocean Green #53AF83
RGB
CMYK
RGB Variations
Color information
#53AF83 (or 0x53AF83) is known color: Ocean Green. HEX triplet: 53, AF and 83. RGB value is (83,175,131). Sum of RGB (Red+Green+Blue) = 83+175+131=389 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.34% from 389); Green value is 175 (68.75% from 255 or 44.99% from 389); Blue value is 131 (51.56% from 255 or 33.68% from 389); Max value from RGB is 175 - color contains mainly: green. Hex color #53AF83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53AF83 is #AC507C. Grayscale: #8E8E8E. Windows color (decimal): -11292797 or 8630099. OLE color: 8630099.
HSL color Cylindrical-coordinate representation of color #53AF83: hue angle of 151.3º 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 #53AF83 is Cyan = 0.53, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 83 | 175 | 131 | - |
| CMYK | 0.53 | 0 | 0.25 | 0.31 |
| HSL | 151.3º | 0.37% | 0.51% | - |
| HSV(B) | 151.3º | 0.53% | 0.69% | - |
| XYZ | 22.99 | 34.14 | 26.85 | - |
| YUV | 142.48 | 121.52 | 85.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 175 | 131 | 0.53 | 0 | 0.25 | 0.31 | 151.3 | 0.37 | 0.51 |
| Hex | 53 | AF | 83 | 35 | 0 | 19 | 1F | 97 | 25 | 33 |
| Octal | 123 | 257 | 203 | 65 | 0 | 31 | 37 | 227 | 45 | 63 |
| Binary | 1010011 | 10101111 | 10000011 | 110101 | 0 | 11001 | 11111 | 10010111 | 100101 | 110011 |
Color Harmonies of #53AF83
Complementary color
Monochromatic Colors of #53AF83
Black with #53AF83
Text Example
Text Example
White with #53AF83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53AF83; }
p { color: rgb(83,175,131); }
H1.HeaderClassName
{
color: #53AF83;
}
.AnyTagClassName
{
color: #53AF83;
}
</style>
background-color css
<style>
a { background-color: #53AF83; }
a { background-color: rgb(83,175,131); }
div.DivClassName
{
background-color: #53AF83;
}
.BgClassName
{
background-color: #53AF83;
}
</style>
border-color css
<style>
span { border-color: #53AF83; }
span { border-color: rgb(83,175,131); }
td.TdClassName
{
border-color: #53AF83;
}
.TagClassName
{
border-color: #53AF83;
}
</style>