Shades of Ocean Green #52A07A
Tints of Ocean Green #52A07A
RGB
CMYK
RGB Variations
Color information
#52A07A (or 0x52A07A) is known color: Ocean Green. HEX triplet: 52, A0 and 7A. RGB value is (82,160,122). Sum of RGB (Red+Green+Blue) = 82+160+122=364 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.53% from 364); Green value is 160 (62.89% from 255 or 43.96% from 364); Blue value is 122 (48.05% from 255 or 33.52% from 364); Max value from RGB is 160 - color contains mainly: green. Hex color #52A07A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52A07A is #AD5F85. Grayscale: #848484. Windows color (decimal): -11362182 or 8036434. OLE color: 8036434.
HSL color Cylindrical-coordinate representation of color #52A07A: hue angle of 150.77º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #52A07A is Cyan = 0.49, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 82 | 160 | 122 | - |
| CMYK | 0.49 | 0 | 0.24 | 0.37 |
| HSL | 150.77º | 0.32% | 0.47% | - |
| HSV(B) | 150.77º | 0.49% | 0.63% | - |
| XYZ | 19.56 | 28.34 | 22.85 | - |
| YUV | 132.35 | 122.16 | 92.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 160 | 122 | 0.49 | 0 | 0.24 | 0.37 | 150.77 | 0.32 | 0.47 |
| Hex | 52 | A0 | 7A | 31 | 0 | 18 | 25 | 97 | 20 | 2F |
| Octal | 122 | 240 | 172 | 61 | 0 | 30 | 45 | 227 | 40 | 57 |
| Binary | 1010010 | 10100000 | 1111010 | 110001 | 0 | 11000 | 100101 | 10010111 | 100000 | 101111 |
Color Harmonies of #52A07A
Complementary color
Monochromatic Colors of #52A07A
Black with #52A07A
Text Example
Text Example
White with #52A07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52A07A; }
p { color: rgb(82,160,122); }
H1.HeaderClassName
{
color: #52A07A;
}
.AnyTagClassName
{
color: #52A07A;
}
</style>
background-color css
<style>
a { background-color: #52A07A; }
a { background-color: rgb(82,160,122); }
div.DivClassName
{
background-color: #52A07A;
}
.BgClassName
{
background-color: #52A07A;
}
</style>
border-color css
<style>
span { border-color: #52A07A; }
span { border-color: rgb(82,160,122); }
td.TdClassName
{
border-color: #52A07A;
}
.TagClassName
{
border-color: #52A07A;
}
</style>