Shades of Ocean Green #52A27C
Tints of Ocean Green #52A27C
RGB
CMYK
RGB Variations
Color information
#52A27C (or 0x52A27C) is known color: Ocean Green. HEX triplet: 52, A2 and 7C. RGB value is (82,162,124). Sum of RGB (Red+Green+Blue) = 82+162+124=368 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.28% from 368); Green value is 162 (63.67% from 255 or 44.02% from 368); Blue value is 124 (48.83% from 255 or 33.70% from 368); Max value from RGB is 162 - color contains mainly: green. Hex color #52A27C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52A27C is #AD5D83. Grayscale: #858585. Windows color (decimal): -11361668 or 8168018. OLE color: 8168018.
HSL color Cylindrical-coordinate representation of color #52A27C: hue angle of 151.5º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #52A27C is Cyan = 0.49, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 82 | 162 | 124 | - |
| CMYK | 0.49 | 0 | 0.23 | 0.36 |
| HSL | 151.5º | 0.33% | 0.48% | - |
| HSV(B) | 151.5º | 0.49% | 0.64% | - |
| XYZ | 20.04 | 29.09 | 23.63 | - |
| YUV | 133.75 | 122.5 | 91.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 162 | 124 | 0.49 | 0 | 0.23 | 0.36 | 151.5 | 0.33 | 0.48 |
| Hex | 52 | A2 | 7C | 31 | 0 | 17 | 24 | 98 | 21 | 30 |
| Octal | 122 | 242 | 174 | 61 | 0 | 27 | 44 | 230 | 41 | 60 |
| Binary | 1010010 | 10100010 | 1111100 | 110001 | 0 | 10111 | 100100 | 10011000 | 100001 | 110000 |
Color Harmonies of #52A27C
Complementary color
Monochromatic Colors of #52A27C
Black with #52A27C
Text Example
Text Example
White with #52A27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52A27C; }
p { color: rgb(82,162,124); }
H1.HeaderClassName
{
color: #52A27C;
}
.AnyTagClassName
{
color: #52A27C;
}
</style>
background-color css
<style>
a { background-color: #52A27C; }
a { background-color: rgb(82,162,124); }
div.DivClassName
{
background-color: #52A27C;
}
.BgClassName
{
background-color: #52A27C;
}
</style>
border-color css
<style>
span { border-color: #52A27C; }
span { border-color: rgb(82,162,124); }
td.TdClassName
{
border-color: #52A27C;
}
.TagClassName
{
border-color: #52A27C;
}
</style>