Shades of Ocean Green #53AC80
Tints of Ocean Green #53AC80
RGB
CMYK
RGB Variations
Color information
#53AC80 (or 0x53AC80) is known color: Ocean Green. HEX triplet: 53, AC and 80. RGB value is (83,172,128). Sum of RGB (Red+Green+Blue) = 83+172+128=383 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.67% from 383); Green value is 172 (67.58% from 255 or 44.91% from 383); Blue value is 128 (50.39% from 255 or 33.42% from 383); Max value from RGB is 172 - color contains mainly: green. Hex color #53AC80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53AC80 is #AC537F. Grayscale: #8C8C8C. Windows color (decimal): -11293568 or 8432723. OLE color: 8432723.
HSL color Cylindrical-coordinate representation of color #53AC80: hue angle of 150.34º 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 #53AC80 is Cyan = 0.52, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 83 | 172 | 128 | - |
| CMYK | 0.52 | 0 | 0.26 | 0.33 |
| HSL | 150.34º | 0.35% | 0.5% | - |
| HSV(B) | 150.34º | 0.52% | 0.67% | - |
| XYZ | 22.22 | 32.9 | 25.6 | - |
| YUV | 140.37 | 121.01 | 87.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 172 | 128 | 0.52 | 0 | 0.26 | 0.33 | 150.34 | 0.35 | 0.5 |
| Hex | 53 | AC | 80 | 34 | 0 | 1A | 21 | 96 | 23 | 32 |
| Octal | 123 | 254 | 200 | 64 | 0 | 32 | 41 | 226 | 43 | 62 |
| Binary | 1010011 | 10101100 | 10000000 | 110100 | 0 | 11010 | 100001 | 10010110 | 100011 | 110010 |
Color Harmonies of #53AC80
Complementary color
Monochromatic Colors of #53AC80
Black with #53AC80
Text Example
Text Example
White with #53AC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53AC80; }
p { color: rgb(83,172,128); }
H1.HeaderClassName
{
color: #53AC80;
}
.AnyTagClassName
{
color: #53AC80;
}
</style>
background-color css
<style>
a { background-color: #53AC80; }
a { background-color: rgb(83,172,128); }
div.DivClassName
{
background-color: #53AC80;
}
.BgClassName
{
background-color: #53AC80;
}
</style>
border-color css
<style>
span { border-color: #53AC80; }
span { border-color: rgb(83,172,128); }
td.TdClassName
{
border-color: #53AC80;
}
.TagClassName
{
border-color: #53AC80;
}
</style>