Shades of Ocean Green #52AA6D
Tints of Ocean Green #52AA6D
RGB
CMYK
RGB Variations
Color information
#52AA6D (or 0x52AA6D) is known color: Ocean Green. HEX triplet: 52, AA and 6D. RGB value is (82,170,109). Sum of RGB (Red+Green+Blue) = 82+170+109=361 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.71% from 361); Green value is 170 (66.80% from 255 or 47.09% from 361); Blue value is 109 (42.97% from 255 or 30.19% from 361); Max value from RGB is 170 - color contains mainly: green. Hex color #52AA6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52AA6D is #AD5592. Grayscale: #888888. Windows color (decimal): -11359635 or 7187026. OLE color: 7187026.
HSL color Cylindrical-coordinate representation of color #52AA6D: hue angle of 138.41º 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 #52AA6D is Cyan = 0.52, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 82 | 170 | 109 | - |
| CMYK | 0.52 | 0 | 0.36 | 0.33 |
| HSL | 138.41º | 0.35% | 0.49% | - |
| HSV(B) | 138.41º | 0.52% | 0.67% | - |
| XYZ | 20.61 | 31.65 | 19.49 | - |
| YUV | 136.73 | 112.35 | 88.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 170 | 109 | 0.52 | 0 | 0.36 | 0.33 | 138.41 | 0.35 | 0.49 |
| Hex | 52 | AA | 6D | 34 | 0 | 24 | 21 | 8A | 23 | 31 |
| Octal | 122 | 252 | 155 | 64 | 0 | 44 | 41 | 212 | 43 | 61 |
| Binary | 1010010 | 10101010 | 1101101 | 110100 | 0 | 100100 | 100001 | 10001010 | 100011 | 110001 |
Color Harmonies of #52AA6D
Complementary color
Monochromatic Colors of #52AA6D
Black with #52AA6D
Text Example
Text Example
White with #52AA6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52AA6D; }
p { color: rgb(82,170,109); }
H1.HeaderClassName
{
color: #52AA6D;
}
.AnyTagClassName
{
color: #52AA6D;
}
</style>
background-color css
<style>
a { background-color: #52AA6D; }
a { background-color: rgb(82,170,109); }
div.DivClassName
{
background-color: #52AA6D;
}
.BgClassName
{
background-color: #52AA6D;
}
</style>
border-color css
<style>
span { border-color: #52AA6D; }
span { border-color: rgb(82,170,109); }
td.TdClassName
{
border-color: #52AA6D;
}
.TagClassName
{
border-color: #52AA6D;
}
</style>