Shades of Ocean Green #52A682
Tints of Ocean Green #52A682
RGB
CMYK
RGB Variations
Color information
#52A682 (or 0x52A682) is known color: Ocean Green. HEX triplet: 52, A6 and 82. RGB value is (82,166,130). Sum of RGB (Red+Green+Blue) = 82+166+130=378 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.69% from 378); Green value is 166 (65.23% from 255 or 43.92% from 378); Blue value is 130 (51.17% from 255 or 34.39% from 378); Max value from RGB is 166 - color contains mainly: green. Hex color #52A682 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52A682 is #AD597D. Grayscale: #888888. Windows color (decimal): -11360638 or 8562258. OLE color: 8562258.
HSL color Cylindrical-coordinate representation of color #52A682: hue angle of 154.29º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #52A682 is Cyan = 0.51, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 82 | 166 | 130 | - |
| CMYK | 0.51 | 0 | 0.22 | 0.35 |
| HSL | 154.29º | 0.34% | 0.49% | - |
| HSV(B) | 154.29º | 0.51% | 0.65% | - |
| XYZ | 21.15 | 30.68 | 25.93 | - |
| YUV | 136.78 | 124.17 | 88.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 166 | 130 | 0.51 | 0 | 0.22 | 0.35 | 154.29 | 0.34 | 0.49 |
| Hex | 52 | A6 | 82 | 33 | 0 | 16 | 23 | 9A | 22 | 31 |
| Octal | 122 | 246 | 202 | 63 | 0 | 26 | 43 | 232 | 42 | 61 |
| Binary | 1010010 | 10100110 | 10000010 | 110011 | 0 | 10110 | 100011 | 10011010 | 100010 | 110001 |
Color Harmonies of #52A682
Complementary color
Monochromatic Colors of #52A682
Black with #52A682
Text Example
Text Example
White with #52A682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52A682; }
p { color: rgb(82,166,130); }
H1.HeaderClassName
{
color: #52A682;
}
.AnyTagClassName
{
color: #52A682;
}
</style>
background-color css
<style>
a { background-color: #52A682; }
a { background-color: rgb(82,166,130); }
div.DivClassName
{
background-color: #52A682;
}
.BgClassName
{
background-color: #52A682;
}
</style>
border-color css
<style>
span { border-color: #52A682; }
span { border-color: rgb(82,166,130); }
td.TdClassName
{
border-color: #52A682;
}
.TagClassName
{
border-color: #52A682;
}
</style>