Shades of Ocean Green #53AF7D
Tints of Ocean Green #53AF7D
RGB
CMYK
RGB Variations
Color information
#53AF7D (or 0x53AF7D) is known color: Ocean Green. HEX triplet: 53, AF and 7D. RGB value is (83,175,125). Sum of RGB (Red+Green+Blue) = 83+175+125=383 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.67% from 383); Green value is 175 (68.75% from 255 or 45.69% from 383); Blue value is 125 (49.22% from 255 or 32.64% from 383); Max value from RGB is 175 - color contains mainly: green. Hex color #53AF7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53AF7D is #AC5082. Grayscale: #8D8D8D. Windows color (decimal): -11292803 or 8236883. OLE color: 8236883.
HSL color Cylindrical-coordinate representation of color #53AF7D: hue angle of 147.39º 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 #53AF7D is Cyan = 0.53, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 83 | 175 | 125 | - |
| CMYK | 0.53 | 0 | 0.29 | 0.31 |
| HSL | 147.39º | 0.37% | 0.51% | - |
| HSV(B) | 147.39º | 0.53% | 0.69% | - |
| XYZ | 22.6 | 33.98 | 24.77 | - |
| YUV | 141.79 | 118.52 | 86.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 175 | 125 | 0.53 | 0 | 0.29 | 0.31 | 147.39 | 0.37 | 0.51 |
| Hex | 53 | AF | 7D | 35 | 0 | 1D | 1F | 93 | 25 | 33 |
| Octal | 123 | 257 | 175 | 65 | 0 | 35 | 37 | 223 | 45 | 63 |
| Binary | 1010011 | 10101111 | 1111101 | 110101 | 0 | 11101 | 11111 | 10010011 | 100101 | 110011 |
Color Harmonies of #53AF7D
Complementary color
Monochromatic Colors of #53AF7D
Black with #53AF7D
Text Example
Text Example
White with #53AF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53AF7D; }
p { color: rgb(83,175,125); }
H1.HeaderClassName
{
color: #53AF7D;
}
.AnyTagClassName
{
color: #53AF7D;
}
</style>
background-color css
<style>
a { background-color: #53AF7D; }
a { background-color: rgb(83,175,125); }
div.DivClassName
{
background-color: #53AF7D;
}
.BgClassName
{
background-color: #53AF7D;
}
</style>
border-color css
<style>
span { border-color: #53AF7D; }
span { border-color: rgb(83,175,125); }
td.TdClassName
{
border-color: #53AF7D;
}
.TagClassName
{
border-color: #53AF7D;
}
</style>