Shades of Ocean Green #52A07F
Tints of Ocean Green #52A07F
RGB
CMYK
RGB Variations
Color information
#52A07F (or 0x52A07F) is known color: Ocean Green. HEX triplet: 52, A0 and 7F. RGB value is (82,160,127). Sum of RGB (Red+Green+Blue) = 82+160+127=369 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.22% from 369); Green value is 160 (62.89% from 255 or 43.36% from 369); Blue value is 127 (50% from 255 or 34.42% from 369); Max value from RGB is 160 - color contains mainly: green. Hex color #52A07F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52A07F is #AD5F80. Grayscale: #848484. Windows color (decimal): -11362177 or 8364114. OLE color: 8364114.
HSL color Cylindrical-coordinate representation of color #52A07F: hue angle of 154.62º 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 #52A07F is Cyan = 0.49, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 82 | 160 | 127 | - |
| CMYK | 0.49 | 0 | 0.21 | 0.37 |
| HSL | 154.62º | 0.32% | 0.47% | - |
| HSV(B) | 154.62º | 0.49% | 0.63% | - |
| XYZ | 19.88 | 28.47 | 24.53 | - |
| YUV | 132.92 | 124.66 | 91.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 160 | 127 | 0.49 | 0 | 0.21 | 0.37 | 154.62 | 0.32 | 0.47 |
| Hex | 52 | A0 | 7F | 31 | 0 | 15 | 25 | 9B | 20 | 2F |
| Octal | 122 | 240 | 177 | 61 | 0 | 25 | 45 | 233 | 40 | 57 |
| Binary | 1010010 | 10100000 | 1111111 | 110001 | 0 | 10101 | 100101 | 10011011 | 100000 | 101111 |
Color Harmonies of #52A07F
Complementary color
Monochromatic Colors of #52A07F
Black with #52A07F
Text Example
Text Example
White with #52A07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52A07F; }
p { color: rgb(82,160,127); }
H1.HeaderClassName
{
color: #52A07F;
}
.AnyTagClassName
{
color: #52A07F;
}
</style>
background-color css
<style>
a { background-color: #52A07F; }
a { background-color: rgb(82,160,127); }
div.DivClassName
{
background-color: #52A07F;
}
.BgClassName
{
background-color: #52A07F;
}
</style>
border-color css
<style>
span { border-color: #52A07F; }
span { border-color: rgb(82,160,127); }
td.TdClassName
{
border-color: #52A07F;
}
.TagClassName
{
border-color: #52A07F;
}
</style>