Shades of Ocean Green #52AB80
Tints of Ocean Green #52AB80
RGB
CMYK
RGB Variations
Color information
#52AB80 (or 0x52AB80) is known color: Ocean Green. HEX triplet: 52, AB and 80. RGB value is (82,171,128). Sum of RGB (Red+Green+Blue) = 82+171+128=381 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.52% from 381); Green value is 171 (67.19% from 255 or 44.88% from 381); Blue value is 128 (50.39% from 255 or 33.60% from 381); Max value from RGB is 171 - color contains mainly: green. Hex color #52AB80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52AB80 is #AD547F. Grayscale: #8B8B8B. Windows color (decimal): -11359360 or 8432466. OLE color: 8432466.
HSL color Cylindrical-coordinate representation of color #52AB80: hue angle of 151.01º 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 #52AB80 is Cyan = 0.52, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 82 | 171 | 128 | - |
| CMYK | 0.52 | 0 | 0.25 | 0.33 |
| HSL | 151.01º | 0.35% | 0.5% | - |
| HSV(B) | 151.01º | 0.52% | 0.67% | - |
| XYZ | 21.94 | 32.48 | 25.53 | - |
| YUV | 139.49 | 121.51 | 87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 171 | 128 | 0.52 | 0 | 0.25 | 0.33 | 151.01 | 0.35 | 0.5 |
| Hex | 52 | AB | 80 | 34 | 0 | 19 | 21 | 97 | 23 | 32 |
| Octal | 122 | 253 | 200 | 64 | 0 | 31 | 41 | 227 | 43 | 62 |
| Binary | 1010010 | 10101011 | 10000000 | 110100 | 0 | 11001 | 100001 | 10010111 | 100011 | 110010 |
Color Harmonies of #52AB80
Complementary color
Monochromatic Colors of #52AB80
Black with #52AB80
Text Example
Text Example
White with #52AB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52AB80; }
p { color: rgb(82,171,128); }
H1.HeaderClassName
{
color: #52AB80;
}
.AnyTagClassName
{
color: #52AB80;
}
</style>
background-color css
<style>
a { background-color: #52AB80; }
a { background-color: rgb(82,171,128); }
div.DivClassName
{
background-color: #52AB80;
}
.BgClassName
{
background-color: #52AB80;
}
</style>
border-color css
<style>
span { border-color: #52AB80; }
span { border-color: rgb(82,171,128); }
td.TdClassName
{
border-color: #52AB80;
}
.TagClassName
{
border-color: #52AB80;
}
</style>