Shades of Ocean Green #53A479
Tints of Ocean Green #53A479
RGB
CMYK
RGB Variations
Color information
#53A479 (or 0x53A479) is known color: Ocean Green. HEX triplet: 53, A4 and 79. RGB value is (83,164,121). Sum of RGB (Red+Green+Blue) = 83+164+121=368 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.55% from 368); Green value is 164 (64.45% from 255 or 44.57% from 368); Blue value is 121 (47.66% from 255 or 32.88% from 368); Max value from RGB is 164 - color contains mainly: green. Hex color #53A479 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53A479 is #AC5B86. Grayscale: #868686. Windows color (decimal): -11295623 or 7971923. OLE color: 7971923.
HSL color Cylindrical-coordinate representation of color #53A479: hue angle of 148.15º 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 #53A479 is Cyan = 0.49, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 83 | 164 | 121 | - |
| CMYK | 0.49 | 0 | 0.26 | 0.36 |
| HSL | 148.15º | 0.33% | 0.48% | - |
| HSV(B) | 148.15º | 0.49% | 0.64% | - |
| XYZ | 20.29 | 29.77 | 22.77 | - |
| YUV | 134.88 | 120.16 | 91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 164 | 121 | 0.49 | 0 | 0.26 | 0.36 | 148.15 | 0.33 | 0.48 |
| Hex | 53 | A4 | 79 | 31 | 0 | 1A | 24 | 94 | 21 | 30 |
| Octal | 123 | 244 | 171 | 61 | 0 | 32 | 44 | 224 | 41 | 60 |
| Binary | 1010011 | 10100100 | 1111001 | 110001 | 0 | 11010 | 100100 | 10010100 | 100001 | 110000 |
Color Harmonies of #53A479
Complementary color
Monochromatic Colors of #53A479
Black with #53A479
Text Example
Text Example
White with #53A479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53A479; }
p { color: rgb(83,164,121); }
H1.HeaderClassName
{
color: #53A479;
}
.AnyTagClassName
{
color: #53A479;
}
</style>
background-color css
<style>
a { background-color: #53A479; }
a { background-color: rgb(83,164,121); }
div.DivClassName
{
background-color: #53A479;
}
.BgClassName
{
background-color: #53A479;
}
</style>
border-color css
<style>
span { border-color: #53A479; }
span { border-color: rgb(83,164,121); }
td.TdClassName
{
border-color: #53A479;
}
.TagClassName
{
border-color: #53A479;
}
</style>