Shades of Ocean Green #52A869
Tints of Ocean Green #52A869
RGB
CMYK
RGB Variations
Color information
#52A869 (or 0x52A869) is known color: Ocean Green. HEX triplet: 52, A8 and 69. RGB value is (82,168,105). Sum of RGB (Red+Green+Blue) = 82+168+105=355 (47% of max value = 765). Red value is 82 (32.42% from 255 or 23.10% from 355); Green value is 168 (66.02% from 255 or 47.32% from 355); Blue value is 105 (41.41% from 255 or 29.58% from 355); Max value from RGB is 168 - color contains mainly: green. Hex color #52A869 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52A869 is #AD5796. Grayscale: #878787. Windows color (decimal): -11360151 or 6924370. OLE color: 6924370.
HSL color Cylindrical-coordinate representation of color #52A869: hue angle of 136.05º degrees, saturation: 0.34, 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 #52A869 is Cyan = 0.51, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 82 | 168 | 105 | - |
| CMYK | 0.51 | 0 | 0.38 | 0.34 |
| HSL | 136.05º | 0.34% | 0.49% | - |
| HSV(B) | 136.05º | 0.51% | 0.66% | - |
| XYZ | 20.03 | 30.82 | 18.26 | - |
| YUV | 135.1 | 111.01 | 90.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 168 | 105 | 0.51 | 0 | 0.38 | 0.34 | 136.05 | 0.34 | 0.49 |
| Hex | 52 | A8 | 69 | 33 | 0 | 26 | 22 | 88 | 22 | 31 |
| Octal | 122 | 250 | 151 | 63 | 0 | 46 | 42 | 210 | 42 | 61 |
| Binary | 1010010 | 10101000 | 1101001 | 110011 | 0 | 100110 | 100010 | 10001000 | 100010 | 110001 |
Color Harmonies of #52A869
Complementary color
Monochromatic Colors of #52A869
Black with #52A869
Text Example
Text Example
White with #52A869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52A869; }
p { color: rgb(82,168,105); }
H1.HeaderClassName
{
color: #52A869;
}
.AnyTagClassName
{
color: #52A869;
}
</style>
background-color css
<style>
a { background-color: #52A869; }
a { background-color: rgb(82,168,105); }
div.DivClassName
{
background-color: #52A869;
}
.BgClassName
{
background-color: #52A869;
}
</style>
border-color css
<style>
span { border-color: #52A869; }
span { border-color: rgb(82,168,105); }
td.TdClassName
{
border-color: #52A869;
}
.TagClassName
{
border-color: #52A869;
}
</style>