Shades of Ocean Green #53AF80
Tints of Ocean Green #53AF80
RGB
CMYK
RGB Variations
Color information
#53AF80 (or 0x53AF80) is known color: Ocean Green. HEX triplet: 53, AF and 80. RGB value is (83,175,128). Sum of RGB (Red+Green+Blue) = 83+175+128=386 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.50% from 386); Green value is 175 (68.75% from 255 or 45.34% from 386); Blue value is 128 (50.39% from 255 or 33.16% from 386); Max value from RGB is 175 - color contains mainly: green. Hex color #53AF80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53AF80 is #AC507F. Grayscale: #8E8E8E. Windows color (decimal): -11292800 or 8433491. OLE color: 8433491.
HSL color Cylindrical-coordinate representation of color #53AF80: hue angle of 149.35º 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 #53AF80 is Cyan = 0.53, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 83 | 175 | 128 | - |
| CMYK | 0.53 | 0 | 0.27 | 0.31 |
| HSL | 149.35º | 0.37% | 0.51% | - |
| HSV(B) | 149.35º | 0.53% | 0.69% | - |
| XYZ | 22.79 | 34.06 | 25.79 | - |
| YUV | 142.13 | 120.02 | 85.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 175 | 128 | 0.53 | 0 | 0.27 | 0.31 | 149.35 | 0.37 | 0.51 |
| Hex | 53 | AF | 80 | 35 | 0 | 1B | 1F | 95 | 25 | 33 |
| Octal | 123 | 257 | 200 | 65 | 0 | 33 | 37 | 225 | 45 | 63 |
| Binary | 1010011 | 10101111 | 10000000 | 110101 | 0 | 11011 | 11111 | 10010101 | 100101 | 110011 |
Color Harmonies of #53AF80
Complementary color
Monochromatic Colors of #53AF80
Black with #53AF80
Text Example
Text Example
White with #53AF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53AF80; }
p { color: rgb(83,175,128); }
H1.HeaderClassName
{
color: #53AF80;
}
.AnyTagClassName
{
color: #53AF80;
}
</style>
background-color css
<style>
a { background-color: #53AF80; }
a { background-color: rgb(83,175,128); }
div.DivClassName
{
background-color: #53AF80;
}
.BgClassName
{
background-color: #53AF80;
}
</style>
border-color css
<style>
span { border-color: #53AF80; }
span { border-color: rgb(83,175,128); }
td.TdClassName
{
border-color: #53AF80;
}
.TagClassName
{
border-color: #53AF80;
}
</style>