Shades of Ocean Green #52A181
Tints of Ocean Green #52A181
RGB
CMYK
RGB Variations
Color information
#52A181 (or 0x52A181) is known color: Ocean Green. HEX triplet: 52, A1 and 81. RGB value is (82,161,129). Sum of RGB (Red+Green+Blue) = 82+161+129=372 (49% of max value = 765). Red value is 82 (32.42% from 255 or 22.04% from 372); Green value is 161 (63.28% from 255 or 43.28% from 372); Blue value is 129 (50.78% from 255 or 34.68% from 372); Max value from RGB is 161 - color contains mainly: green. Hex color #52A181 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52A181 is #AD5E7E. Grayscale: #858585. Windows color (decimal): -11361919 or 8495442. OLE color: 8495442.
HSL color Cylindrical-coordinate representation of color #52A181: hue angle of 155.7º 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 #52A181 is Cyan = 0.49, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 82 | 161 | 129 | - |
| CMYK | 0.49 | 0 | 0.20 | 0.37 |
| HSL | 155.7º | 0.33% | 0.48% | - |
| HSV(B) | 155.7º | 0.49% | 0.63% | - |
| XYZ | 20.19 | 28.87 | 25.28 | - |
| YUV | 133.73 | 125.33 | 91.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 161 | 129 | 0.49 | 0 | 0.20 | 0.37 | 155.7 | 0.33 | 0.48 |
| Hex | 52 | A1 | 81 | 31 | 0 | 14 | 25 | 9C | 21 | 30 |
| Octal | 122 | 241 | 201 | 61 | 0 | 24 | 45 | 234 | 41 | 60 |
| Binary | 1010010 | 10100001 | 10000001 | 110001 | 0 | 10100 | 100101 | 10011100 | 100001 | 110000 |
Color Harmonies of #52A181
Complementary color
Monochromatic Colors of #52A181
Black with #52A181
Text Example
Text Example
White with #52A181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52A181; }
p { color: rgb(82,161,129); }
H1.HeaderClassName
{
color: #52A181;
}
.AnyTagClassName
{
color: #52A181;
}
</style>
background-color css
<style>
a { background-color: #52A181; }
a { background-color: rgb(82,161,129); }
div.DivClassName
{
background-color: #52A181;
}
.BgClassName
{
background-color: #52A181;
}
</style>
border-color css
<style>
span { border-color: #52A181; }
span { border-color: rgb(82,161,129); }
td.TdClassName
{
border-color: #52A181;
}
.TagClassName
{
border-color: #52A181;
}
</style>