Shades of Ocean Green #52AB86
Tints of Ocean Green #52AB86
RGB
CMYK
RGB Variations
Color information
#52AB86 (or 0x52AB86) is known color: Ocean Green. HEX triplet: 52, AB and 86. RGB value is (82,171,134). Sum of RGB (Red+Green+Blue) = 82+171+134=387 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.19% from 387); Green value is 171 (67.19% from 255 or 44.19% from 387); Blue value is 134 (52.73% from 255 or 34.63% from 387); Max value from RGB is 171 - color contains mainly: green. Hex color #52AB86 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52AB86 is #AD5479. Grayscale: #8C8C8C. Windows color (decimal): -11359354 or 8825682. OLE color: 8825682.
HSL color Cylindrical-coordinate representation of color #52AB86: hue angle of 155.06º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #52AB86 is Cyan = 0.52, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 82 | 171 | 134 | - |
| CMYK | 0.52 | 0 | 0.22 | 0.33 |
| HSL | 155.06º | 0.35% | 0.5% | - |
| HSV(B) | 155.06º | 0.52% | 0.67% | - |
| XYZ | 22.35 | 32.64 | 27.68 | - |
| YUV | 140.17 | 124.51 | 86.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 171 | 134 | 0.52 | 0 | 0.22 | 0.33 | 155.06 | 0.35 | 0.5 |
| Hex | 52 | AB | 86 | 34 | 0 | 16 | 21 | 9B | 23 | 32 |
| Octal | 122 | 253 | 206 | 64 | 0 | 26 | 41 | 233 | 43 | 62 |
| Binary | 1010010 | 10101011 | 10000110 | 110100 | 0 | 10110 | 100001 | 10011011 | 100011 | 110010 |
Color Harmonies of #52AB86
Complementary color
Monochromatic Colors of #52AB86
Black with #52AB86
Text Example
Text Example
White with #52AB86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52AB86; }
p { color: rgb(82,171,134); }
H1.HeaderClassName
{
color: #52AB86;
}
.AnyTagClassName
{
color: #52AB86;
}
</style>
background-color css
<style>
a { background-color: #52AB86; }
a { background-color: rgb(82,171,134); }
div.DivClassName
{
background-color: #52AB86;
}
.BgClassName
{
background-color: #52AB86;
}
</style>
border-color css
<style>
span { border-color: #52AB86; }
span { border-color: rgb(82,171,134); }
td.TdClassName
{
border-color: #52AB86;
}
.TagClassName
{
border-color: #52AB86;
}
</style>