Shades of Ocean Green #52AA81
Tints of Ocean Green #52AA81
RGB
CMYK
RGB Variations
Color information
#52AA81 (or 0x52AA81) is known color: Ocean Green. HEX triplet: 52, AA and 81. RGB value is (82,170,129). Sum of RGB (Red+Green+Blue) = 82+170+129=381 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.52% from 381); Green value is 170 (66.80% from 255 or 44.62% from 381); Blue value is 129 (50.78% from 255 or 33.86% from 381); Max value from RGB is 170 - color contains mainly: green. Hex color #52AA81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52AA81 is #AD557E. Grayscale: #8B8B8B. Windows color (decimal): -11359615 or 8497746. OLE color: 8497746.
HSL color Cylindrical-coordinate representation of color #52AA81: hue angle of 152.05º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #52AA81 is Cyan = 0.52, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 82 | 170 | 129 | - |
| CMYK | 0.52 | 0 | 0.24 | 0.33 |
| HSL | 152.05º | 0.35% | 0.49% | - |
| HSV(B) | 152.05º | 0.52% | 0.67% | - |
| XYZ | 21.82 | 32.13 | 25.82 | - |
| YUV | 139.01 | 122.35 | 87.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 170 | 129 | 0.52 | 0 | 0.24 | 0.33 | 152.05 | 0.35 | 0.49 |
| Hex | 52 | AA | 81 | 34 | 0 | 18 | 21 | 98 | 23 | 31 |
| Octal | 122 | 252 | 201 | 64 | 0 | 30 | 41 | 230 | 43 | 61 |
| Binary | 1010010 | 10101010 | 10000001 | 110100 | 0 | 11000 | 100001 | 10011000 | 100011 | 110001 |
Color Harmonies of #52AA81
Complementary color
Monochromatic Colors of #52AA81
Black with #52AA81
Text Example
Text Example
White with #52AA81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52AA81; }
p { color: rgb(82,170,129); }
H1.HeaderClassName
{
color: #52AA81;
}
.AnyTagClassName
{
color: #52AA81;
}
</style>
background-color css
<style>
a { background-color: #52AA81; }
a { background-color: rgb(82,170,129); }
div.DivClassName
{
background-color: #52AA81;
}
.BgClassName
{
background-color: #52AA81;
}
</style>
border-color css
<style>
span { border-color: #52AA81; }
span { border-color: rgb(82,170,129); }
td.TdClassName
{
border-color: #52AA81;
}
.TagClassName
{
border-color: #52AA81;
}
</style>