Shades of Ocean Green #53AF74
Tints of Ocean Green #53AF74
RGB
CMYK
RGB Variations
Color information
#53AF74 (or 0x53AF74) is known color: Ocean Green. HEX triplet: 53, AF and 74. RGB value is (83,175,116). Sum of RGB (Red+Green+Blue) = 83+175+116=374 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.19% from 374); Green value is 175 (68.75% from 255 or 46.79% from 374); Blue value is 116 (45.70% from 255 or 31.02% from 374); Max value from RGB is 175 - color contains mainly: green. Hex color #53AF74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53AF74 is #AC508B. Grayscale: #8C8C8C. Windows color (decimal): -11292812 or 7647059. OLE color: 7647059.
HSL color Cylindrical-coordinate representation of color #53AF74: hue angle of 141.52º 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 #53AF74 is Cyan = 0.53, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 83 | 175 | 116 | - |
| CMYK | 0.53 | 0 | 0.34 | 0.31 |
| HSL | 141.52º | 0.37% | 0.51% | - |
| HSV(B) | 141.52º | 0.53% | 0.69% | - |
| XYZ | 22.05 | 33.76 | 21.88 | - |
| YUV | 140.77 | 114.02 | 86.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 175 | 116 | 0.53 | 0 | 0.34 | 0.31 | 141.52 | 0.37 | 0.51 |
| Hex | 53 | AF | 74 | 35 | 0 | 22 | 1F | 8E | 25 | 33 |
| Octal | 123 | 257 | 164 | 65 | 0 | 42 | 37 | 216 | 45 | 63 |
| Binary | 1010011 | 10101111 | 1110100 | 110101 | 0 | 100010 | 11111 | 10001110 | 100101 | 110011 |
Color Harmonies of #53AF74
Complementary color
Monochromatic Colors of #53AF74
Black with #53AF74
Text Example
Text Example
White with #53AF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53AF74; }
p { color: rgb(83,175,116); }
H1.HeaderClassName
{
color: #53AF74;
}
.AnyTagClassName
{
color: #53AF74;
}
</style>
background-color css
<style>
a { background-color: #53AF74; }
a { background-color: rgb(83,175,116); }
div.DivClassName
{
background-color: #53AF74;
}
.BgClassName
{
background-color: #53AF74;
}
</style>
border-color css
<style>
span { border-color: #53AF74; }
span { border-color: rgb(83,175,116); }
td.TdClassName
{
border-color: #53AF74;
}
.TagClassName
{
border-color: #53AF74;
}
</style>