Shades of Ocean Green #53AD88
Tints of Ocean Green #53AD88
RGB
CMYK
RGB Variations
Color information
#53AD88 (or 0x53AD88) is known color: Ocean Green. HEX triplet: 53, AD and 88. RGB value is (83,173,136). Sum of RGB (Red+Green+Blue) = 83+173+136=392 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.17% from 392); Green value is 173 (67.97% from 255 or 44.13% from 392); Blue value is 136 (53.52% from 255 or 34.69% from 392); Max value from RGB is 173 - color contains mainly: green. Hex color #53AD88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53AD88 is #AC5277. Grayscale: #8D8D8D. Windows color (decimal): -11293304 or 8957267. OLE color: 8957267.
HSL color Cylindrical-coordinate representation of color #53AD88: hue angle of 155.33º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #53AD88 is Cyan = 0.52, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 83 | 173 | 136 | - |
| CMYK | 0.52 | 0 | 0.21 | 0.32 |
| HSL | 155.33º | 0.35% | 0.5% | - |
| HSV(B) | 155.33º | 0.52% | 0.68% | - |
| XYZ | 22.95 | 33.5 | 28.55 | - |
| YUV | 141.87 | 124.68 | 86.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 173 | 136 | 0.52 | 0 | 0.21 | 0.32 | 155.33 | 0.35 | 0.5 |
| Hex | 53 | AD | 88 | 34 | 0 | 15 | 20 | 9B | 23 | 32 |
| Octal | 123 | 255 | 210 | 64 | 0 | 25 | 40 | 233 | 43 | 62 |
| Binary | 1010011 | 10101101 | 10001000 | 110100 | 0 | 10101 | 100000 | 10011011 | 100011 | 110010 |
Color Harmonies of #53AD88
Complementary color
Monochromatic Colors of #53AD88
Black with #53AD88
Text Example
Text Example
White with #53AD88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53AD88; }
p { color: rgb(83,173,136); }
H1.HeaderClassName
{
color: #53AD88;
}
.AnyTagClassName
{
color: #53AD88;
}
</style>
background-color css
<style>
a { background-color: #53AD88; }
a { background-color: rgb(83,173,136); }
div.DivClassName
{
background-color: #53AD88;
}
.BgClassName
{
background-color: #53AD88;
}
</style>
border-color css
<style>
span { border-color: #53AD88; }
span { border-color: rgb(83,173,136); }
td.TdClassName
{
border-color: #53AD88;
}
.TagClassName
{
border-color: #53AD88;
}
</style>