Shades of Ocean Green #53A476
Tints of Ocean Green #53A476
RGB
CMYK
RGB Variations
Color information
#53A476 (or 0x53A476) is known color: Ocean Green. HEX triplet: 53, A4 and 76. RGB value is (83,164,118). Sum of RGB (Red+Green+Blue) = 83+164+118=365 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.74% from 365); Green value is 164 (64.45% from 255 or 44.93% from 365); Blue value is 118 (46.48% from 255 or 32.33% from 365); Max value from RGB is 164 - color contains mainly: green. Hex color #53A476 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53A476 is #AC5B89. Grayscale: #868686. Windows color (decimal): -11295626 or 7775315. OLE color: 7775315.
HSL color Cylindrical-coordinate representation of color #53A476: hue angle of 145.93º 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 #53A476 is Cyan = 0.49, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 83 | 164 | 118 | - |
| CMYK | 0.49 | 0 | 0.28 | 0.36 |
| HSL | 145.93º | 0.33% | 0.48% | - |
| HSV(B) | 145.93º | 0.49% | 0.64% | - |
| XYZ | 20.11 | 29.7 | 21.81 | - |
| YUV | 134.54 | 118.66 | 91.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 164 | 118 | 0.49 | 0 | 0.28 | 0.36 | 145.93 | 0.33 | 0.48 |
| Hex | 53 | A4 | 76 | 31 | 0 | 1C | 24 | 92 | 21 | 30 |
| Octal | 123 | 244 | 166 | 61 | 0 | 34 | 44 | 222 | 41 | 60 |
| Binary | 1010011 | 10100100 | 1110110 | 110001 | 0 | 11100 | 100100 | 10010010 | 100001 | 110000 |
Color Harmonies of #53A476
Complementary color
Monochromatic Colors of #53A476
Black with #53A476
Text Example
Text Example
White with #53A476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53A476; }
p { color: rgb(83,164,118); }
H1.HeaderClassName
{
color: #53A476;
}
.AnyTagClassName
{
color: #53A476;
}
</style>
background-color css
<style>
a { background-color: #53A476; }
a { background-color: rgb(83,164,118); }
div.DivClassName
{
background-color: #53A476;
}
.BgClassName
{
background-color: #53A476;
}
</style>
border-color css
<style>
span { border-color: #53A476; }
span { border-color: rgb(83,164,118); }
td.TdClassName
{
border-color: #53A476;
}
.TagClassName
{
border-color: #53A476;
}
</style>