Shades of Ocean Green #52AA65
Tints of Ocean Green #52AA65
RGB
CMYK
RGB Variations
Color information
#52AA65 (or 0x52AA65) is known color: Ocean Green. HEX triplet: 52, AA and 65. RGB value is (82,170,101). Sum of RGB (Red+Green+Blue) = 82+170+101=353 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.23% from 353); Green value is 170 (66.80% from 255 or 48.16% from 353); Blue value is 101 (39.84% from 255 or 28.61% from 353); Max value from RGB is 170 - color contains mainly: green. Hex color #52AA65 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52AA65 is #AD559A. Grayscale: #888888. Windows color (decimal): -11359643 or 6662738. OLE color: 6662738.
HSL color Cylindrical-coordinate representation of color #52AA65: hue angle of 132.95º 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 #52AA65 is Cyan = 0.52, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 82 | 170 | 101 | - |
| CMYK | 0.52 | 0 | 0.41 | 0.33 |
| HSL | 132.95º | 0.35% | 0.49% | - |
| HSV(B) | 132.95º | 0.52% | 0.67% | - |
| XYZ | 20.2 | 31.48 | 17.32 | - |
| YUV | 135.82 | 108.35 | 89.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 170 | 101 | 0.52 | 0 | 0.41 | 0.33 | 132.95 | 0.35 | 0.49 |
| Hex | 52 | AA | 65 | 34 | 0 | 29 | 21 | 85 | 23 | 31 |
| Octal | 122 | 252 | 145 | 64 | 0 | 51 | 41 | 205 | 43 | 61 |
| Binary | 1010010 | 10101010 | 1100101 | 110100 | 0 | 101001 | 100001 | 10000101 | 100011 | 110001 |
Color Harmonies of #52AA65
Complementary color
Monochromatic Colors of #52AA65
Black with #52AA65
Text Example
Text Example
White with #52AA65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52AA65; }
p { color: rgb(82,170,101); }
H1.HeaderClassName
{
color: #52AA65;
}
.AnyTagClassName
{
color: #52AA65;
}
</style>
background-color css
<style>
a { background-color: #52AA65; }
a { background-color: rgb(82,170,101); }
div.DivClassName
{
background-color: #52AA65;
}
.BgClassName
{
background-color: #52AA65;
}
</style>
border-color css
<style>
span { border-color: #52AA65; }
span { border-color: rgb(82,170,101); }
td.TdClassName
{
border-color: #52AA65;
}
.TagClassName
{
border-color: #52AA65;
}
</style>