Shades of Ocean Green #52A673
Tints of Ocean Green #52A673
RGB
CMYK
RGB Variations
Color information
#52A673 (or 0x52A673) is known color: Ocean Green. HEX triplet: 52, A6 and 73. RGB value is (82,166,115). Sum of RGB (Red+Green+Blue) = 82+166+115=363 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.59% from 363); Green value is 166 (65.23% from 255 or 45.73% from 363); Blue value is 115 (45.31% from 255 or 31.68% from 363); Max value from RGB is 166 - color contains mainly: green. Hex color #52A673 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52A673 is #AD598C. Grayscale: #878787. Windows color (decimal): -11360653 or 7579218. OLE color: 7579218.
HSL color Cylindrical-coordinate representation of color #52A673: hue angle of 143.57º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #52A673 is Cyan = 0.51, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 82 | 166 | 115 | - |
| CMYK | 0.51 | 0 | 0.31 | 0.35 |
| HSL | 143.57º | 0.34% | 0.49% | - |
| HSV(B) | 143.57º | 0.51% | 0.65% | - |
| XYZ | 20.21 | 30.3 | 21 | - |
| YUV | 135.07 | 116.67 | 90.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 166 | 115 | 0.51 | 0 | 0.31 | 0.35 | 143.57 | 0.34 | 0.49 |
| Hex | 52 | A6 | 73 | 33 | 0 | 1F | 23 | 90 | 22 | 31 |
| Octal | 122 | 246 | 163 | 63 | 0 | 37 | 43 | 220 | 42 | 61 |
| Binary | 1010010 | 10100110 | 1110011 | 110011 | 0 | 11111 | 100011 | 10010000 | 100010 | 110001 |
Color Harmonies of #52A673
Complementary color
Monochromatic Colors of #52A673
Black with #52A673
Text Example
Text Example
White with #52A673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52A673; }
p { color: rgb(82,166,115); }
H1.HeaderClassName
{
color: #52A673;
}
.AnyTagClassName
{
color: #52A673;
}
</style>
background-color css
<style>
a { background-color: #52A673; }
a { background-color: rgb(82,166,115); }
div.DivClassName
{
background-color: #52A673;
}
.BgClassName
{
background-color: #52A673;
}
</style>
border-color css
<style>
span { border-color: #52A673; }
span { border-color: rgb(82,166,115); }
td.TdClassName
{
border-color: #52A673;
}
.TagClassName
{
border-color: #52A673;
}
</style>