Shades of Ocean Green #52A977
Tints of Ocean Green #52A977
RGB
CMYK
RGB Variations
Color information
#52A977 (or 0x52A977) is known color: Ocean Green. HEX triplet: 52, A9 and 77. RGB value is (82,169,119). Sum of RGB (Red+Green+Blue) = 82+169+119=370 (49% of max value = 765). Red value is 82 (32.42% from 255 or 22.16% from 370); Green value is 169 (66.41% from 255 or 45.68% from 370); Blue value is 119 (46.88% from 255 or 32.16% from 370); Max value from RGB is 169 - color contains mainly: green. Hex color #52A977 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52A977 is #AD5688. Grayscale: #898989. Windows color (decimal): -11359881 or 7842130. OLE color: 7842130.
HSL color Cylindrical-coordinate representation of color #52A977: hue angle of 145.52º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #52A977 is Cyan = 0.51, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 82 | 169 | 119 | - |
| CMYK | 0.51 | 0 | 0.30 | 0.34 |
| HSL | 145.52º | 0.35% | 0.49% | - |
| HSV(B) | 145.52º | 0.51% | 0.66% | - |
| XYZ | 21 | 31.5 | 22.43 | - |
| YUV | 137.29 | 117.68 | 88.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 169 | 119 | 0.51 | 0 | 0.30 | 0.34 | 145.52 | 0.35 | 0.49 |
| Hex | 52 | A9 | 77 | 33 | 0 | 1E | 22 | 92 | 23 | 31 |
| Octal | 122 | 251 | 167 | 63 | 0 | 36 | 42 | 222 | 43 | 61 |
| Binary | 1010010 | 10101001 | 1110111 | 110011 | 0 | 11110 | 100010 | 10010010 | 100011 | 110001 |
Color Harmonies of #52A977
Complementary color
Monochromatic Colors of #52A977
Black with #52A977
Text Example
Text Example
White with #52A977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52A977; }
p { color: rgb(82,169,119); }
H1.HeaderClassName
{
color: #52A977;
}
.AnyTagClassName
{
color: #52A977;
}
</style>
background-color css
<style>
a { background-color: #52A977; }
a { background-color: rgb(82,169,119); }
div.DivClassName
{
background-color: #52A977;
}
.BgClassName
{
background-color: #52A977;
}
</style>
border-color css
<style>
span { border-color: #52A977; }
span { border-color: rgb(82,169,119); }
td.TdClassName
{
border-color: #52A977;
}
.TagClassName
{
border-color: #52A977;
}
</style>