Shades of Ocean Green #53A372
Tints of Ocean Green #53A372
RGB
CMYK
RGB Variations
Color information
#53A372 (or 0x53A372) is known color: Ocean Green. HEX triplet: 53, A3 and 72. RGB value is (83,163,114). Sum of RGB (Red+Green+Blue) = 83+163+114=360 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.06% from 360); Green value is 163 (64.06% from 255 or 45.28% from 360); Blue value is 114 (44.92% from 255 or 31.67% from 360); Max value from RGB is 163 - color contains mainly: green. Hex color #53A372 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53A372 is #AC5C8D. Grayscale: #858585. Windows color (decimal): -11295886 or 7512915. OLE color: 7512915.
HSL color Cylindrical-coordinate representation of color #53A372: hue angle of 143.25º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #53A372 is Cyan = 0.49, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 83 | 163 | 114 | - |
| CMYK | 0.49 | 0 | 0.30 | 0.36 |
| HSL | 143.25º | 0.33% | 0.48% | - |
| HSV(B) | 143.25º | 0.49% | 0.64% | - |
| XYZ | 19.7 | 29.25 | 20.53 | - |
| YUV | 133.49 | 117 | 91.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 163 | 114 | 0.49 | 0 | 0.30 | 0.36 | 143.25 | 0.33 | 0.48 |
| Hex | 53 | A3 | 72 | 31 | 0 | 1E | 24 | 8F | 21 | 30 |
| Octal | 123 | 243 | 162 | 61 | 0 | 36 | 44 | 217 | 41 | 60 |
| Binary | 1010011 | 10100011 | 1110010 | 110001 | 0 | 11110 | 100100 | 10001111 | 100001 | 110000 |
Color Harmonies of #53A372
Complementary color
Monochromatic Colors of #53A372
Black with #53A372
Text Example
Text Example
White with #53A372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53A372; }
p { color: rgb(83,163,114); }
H1.HeaderClassName
{
color: #53A372;
}
.AnyTagClassName
{
color: #53A372;
}
</style>
background-color css
<style>
a { background-color: #53A372; }
a { background-color: rgb(83,163,114); }
div.DivClassName
{
background-color: #53A372;
}
.BgClassName
{
background-color: #53A372;
}
</style>
border-color css
<style>
span { border-color: #53A372; }
span { border-color: rgb(83,163,114); }
td.TdClassName
{
border-color: #53A372;
}
.TagClassName
{
border-color: #53A372;
}
</style>