Shades of Ocean Green #53AC74
Tints of Ocean Green #53AC74
RGB
CMYK
RGB Variations
Color information
#53AC74 (or 0x53AC74) is known color: Ocean Green. HEX triplet: 53, AC and 74. RGB value is (83,172,116). Sum of RGB (Red+Green+Blue) = 83+172+116=371 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.37% from 371); Green value is 172 (67.58% from 255 or 46.36% from 371); Blue value is 116 (45.70% from 255 or 31.27% from 371); Max value from RGB is 172 - color contains mainly: green. Hex color #53AC74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53AC74 is #AC538B. Grayscale: #8B8B8B. Windows color (decimal): -11293580 or 7646291. OLE color: 7646291.
HSL color Cylindrical-coordinate representation of color #53AC74: hue angle of 142.25º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #53AC74 is Cyan = 0.52, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 83 | 172 | 116 | - |
| CMYK | 0.52 | 0 | 0.33 | 0.33 |
| HSL | 142.25º | 0.35% | 0.5% | - |
| HSV(B) | 142.25º | 0.52% | 0.67% | - |
| XYZ | 21.47 | 32.61 | 21.68 | - |
| YUV | 139.01 | 115.01 | 88.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 172 | 116 | 0.52 | 0 | 0.33 | 0.33 | 142.25 | 0.35 | 0.5 |
| Hex | 53 | AC | 74 | 34 | 0 | 21 | 21 | 8E | 23 | 32 |
| Octal | 123 | 254 | 164 | 64 | 0 | 41 | 41 | 216 | 43 | 62 |
| Binary | 1010011 | 10101100 | 1110100 | 110100 | 0 | 100001 | 100001 | 10001110 | 100011 | 110010 |
Color Harmonies of #53AC74
Complementary color
Monochromatic Colors of #53AC74
Black with #53AC74
Text Example
Text Example
White with #53AC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53AC74; }
p { color: rgb(83,172,116); }
H1.HeaderClassName
{
color: #53AC74;
}
.AnyTagClassName
{
color: #53AC74;
}
</style>
background-color css
<style>
a { background-color: #53AC74; }
a { background-color: rgb(83,172,116); }
div.DivClassName
{
background-color: #53AC74;
}
.BgClassName
{
background-color: #53AC74;
}
</style>
border-color css
<style>
span { border-color: #53AC74; }
span { border-color: rgb(83,172,116); }
td.TdClassName
{
border-color: #53AC74;
}
.TagClassName
{
border-color: #53AC74;
}
</style>