Shades of Ocean Green #52A168
Tints of Ocean Green #52A168
RGB
CMYK
RGB Variations
Color information
#52A168 (or 0x52A168) is known color: Ocean Green. HEX triplet: 52, A1 and 68. RGB value is (82,161,104). Sum of RGB (Red+Green+Blue) = 82+161+104=347 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.63% from 347); Green value is 161 (63.28% from 255 or 46.40% from 347); Blue value is 104 (41.02% from 255 or 29.97% from 347); Max value from RGB is 161 - color contains mainly: green. Hex color #52A168 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52A168 is #AD5E97. Grayscale: #838383. Windows color (decimal): -11361944 or 6857042. OLE color: 6857042.
HSL color Cylindrical-coordinate representation of color #52A168: hue angle of 136.71º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #52A168 is Cyan = 0.49, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 82 | 161 | 104 | - |
| CMYK | 0.49 | 0 | 0.35 | 0.37 |
| HSL | 136.71º | 0.33% | 0.48% | - |
| HSV(B) | 136.71º | 0.49% | 0.63% | - |
| XYZ | 18.72 | 28.28 | 17.57 | - |
| YUV | 130.88 | 112.83 | 93.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 161 | 104 | 0.49 | 0 | 0.35 | 0.37 | 136.71 | 0.33 | 0.48 |
| Hex | 52 | A1 | 68 | 31 | 0 | 23 | 25 | 89 | 21 | 30 |
| Octal | 122 | 241 | 150 | 61 | 0 | 43 | 45 | 211 | 41 | 60 |
| Binary | 1010010 | 10100001 | 1101000 | 110001 | 0 | 100011 | 100101 | 10001001 | 100001 | 110000 |
Color Harmonies of #52A168
Complementary color
Monochromatic Colors of #52A168
Black with #52A168
Text Example
Text Example
White with #52A168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52A168; }
p { color: rgb(82,161,104); }
H1.HeaderClassName
{
color: #52A168;
}
.AnyTagClassName
{
color: #52A168;
}
</style>
background-color css
<style>
a { background-color: #52A168; }
a { background-color: rgb(82,161,104); }
div.DivClassName
{
background-color: #52A168;
}
.BgClassName
{
background-color: #52A168;
}
</style>
border-color css
<style>
span { border-color: #52A168; }
span { border-color: rgb(82,161,104); }
td.TdClassName
{
border-color: #52A168;
}
.TagClassName
{
border-color: #52A168;
}
</style>