Shades of Ocean Green #53A168
Tints of Ocean Green #53A168
RGB
CMYK
RGB Variations
Color information
#53A168 (or 0x53A168) is known color: Ocean Green. HEX triplet: 53, A1 and 68. RGB value is (83,161,104). Sum of RGB (Red+Green+Blue) = 83+161+104=348 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.85% from 348); Green value is 161 (63.28% from 255 or 46.26% from 348); Blue value is 104 (41.02% from 255 or 29.89% from 348); Max value from RGB is 161 - color contains mainly: green. Hex color #53A168 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53A168 is #AC5E97. Grayscale: #838383. Windows color (decimal): -11296408 or 6857043. OLE color: 6857043.
HSL color Cylindrical-coordinate representation of color #53A168: hue angle of 136.15º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #53A168 is Cyan = 0.48, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 83 | 161 | 104 | - |
| CMYK | 0.48 | 0 | 0.35 | 0.37 |
| HSL | 136.15º | 0.32% | 0.48% | - |
| HSV(B) | 136.15º | 0.48% | 0.63% | - |
| XYZ | 18.81 | 28.33 | 17.57 | - |
| YUV | 131.18 | 112.66 | 93.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 161 | 104 | 0.48 | 0 | 0.35 | 0.37 | 136.15 | 0.32 | 0.48 |
| Hex | 53 | A1 | 68 | 30 | 0 | 23 | 25 | 88 | 20 | 30 |
| Octal | 123 | 241 | 150 | 60 | 0 | 43 | 45 | 210 | 40 | 60 |
| Binary | 1010011 | 10100001 | 1101000 | 110000 | 0 | 100011 | 100101 | 10001000 | 100000 | 110000 |
Color Harmonies of #53A168
Complementary color
Monochromatic Colors of #53A168
Black with #53A168
Text Example
Text Example
White with #53A168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53A168; }
p { color: rgb(83,161,104); }
H1.HeaderClassName
{
color: #53A168;
}
.AnyTagClassName
{
color: #53A168;
}
</style>
background-color css
<style>
a { background-color: #53A168; }
a { background-color: rgb(83,161,104); }
div.DivClassName
{
background-color: #53A168;
}
.BgClassName
{
background-color: #53A168;
}
</style>
border-color css
<style>
span { border-color: #53A168; }
span { border-color: rgb(83,161,104); }
td.TdClassName
{
border-color: #53A168;
}
.TagClassName
{
border-color: #53A168;
}
</style>