Shades of Ocean Green #52A180
Tints of Ocean Green #52A180
RGB
CMYK
RGB Variations
Color information
#52A180 (or 0x52A180) is known color: Ocean Green. HEX triplet: 52, A1 and 80. RGB value is (82,161,128). Sum of RGB (Red+Green+Blue) = 82+161+128=371 (49% of max value = 765). Red value is 82 (32.42% from 255 or 22.10% from 371); Green value is 161 (63.28% from 255 or 43.40% from 371); Blue value is 128 (50.39% from 255 or 34.50% from 371); Max value from RGB is 161 - color contains mainly: green. Hex color #52A180 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52A180 is #AD5E7F. Grayscale: #858585. Windows color (decimal): -11361920 or 8429906. OLE color: 8429906.
HSL color Cylindrical-coordinate representation of color #52A180: hue angle of 154.94º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #52A180 is Cyan = 0.49, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 82 | 161 | 128 | - |
| CMYK | 0.49 | 0 | 0.20 | 0.37 |
| HSL | 154.94º | 0.33% | 0.48% | - |
| HSV(B) | 154.94º | 0.49% | 0.63% | - |
| XYZ | 20.12 | 28.84 | 24.93 | - |
| YUV | 133.62 | 124.83 | 91.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 161 | 128 | 0.49 | 0 | 0.20 | 0.37 | 154.94 | 0.33 | 0.48 |
| Hex | 52 | A1 | 80 | 31 | 0 | 14 | 25 | 9B | 21 | 30 |
| Octal | 122 | 241 | 200 | 61 | 0 | 24 | 45 | 233 | 41 | 60 |
| Binary | 1010010 | 10100001 | 10000000 | 110001 | 0 | 10100 | 100101 | 10011011 | 100001 | 110000 |
Color Harmonies of #52A180
Complementary color
Monochromatic Colors of #52A180
Black with #52A180
Text Example
Text Example
White with #52A180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52A180; }
p { color: rgb(82,161,128); }
H1.HeaderClassName
{
color: #52A180;
}
.AnyTagClassName
{
color: #52A180;
}
</style>
background-color css
<style>
a { background-color: #52A180; }
a { background-color: rgb(82,161,128); }
div.DivClassName
{
background-color: #52A180;
}
.BgClassName
{
background-color: #52A180;
}
</style>
border-color css
<style>
span { border-color: #52A180; }
span { border-color: rgb(82,161,128); }
td.TdClassName
{
border-color: #52A180;
}
.TagClassName
{
border-color: #52A180;
}
</style>