Shades of Ocean Green #52A47B
Tints of Ocean Green #52A47B
RGB
CMYK
RGB Variations
Color information
#52A47B (or 0x52A47B) is known color: Ocean Green. HEX triplet: 52, A4 and 7B. RGB value is (82,164,123). Sum of RGB (Red+Green+Blue) = 82+164+123=369 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.22% from 369); Green value is 164 (64.45% from 255 or 44.44% from 369); Blue value is 123 (48.44% from 255 or 33.33% from 369); Max value from RGB is 164 - color contains mainly: green. Hex color #52A47B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52A47B is #AD5B84. Grayscale: #868686. Windows color (decimal): -11361157 or 8102994. OLE color: 8102994.
HSL color Cylindrical-coordinate representation of color #52A47B: hue angle of 150º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #52A47B is Cyan = 0.5, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 82 | 164 | 123 | - |
| CMYK | 0.5 | 0 | 0.25 | 0.36 |
| HSL | 150º | 0.33% | 0.48% | - |
| HSV(B) | 150º | 0.5% | 0.64% | - |
| XYZ | 20.33 | 29.77 | 23.41 | - |
| YUV | 134.81 | 121.33 | 90.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 164 | 123 | 0.5 | 0 | 0.25 | 0.36 | 150 | 0.33 | 0.48 |
| Hex | 52 | A4 | 7B | 32 | 0 | 19 | 24 | 96 | 21 | 30 |
| Octal | 122 | 244 | 173 | 62 | 0 | 31 | 44 | 226 | 41 | 60 |
| Binary | 1010010 | 10100100 | 1111011 | 110010 | 0 | 11001 | 100100 | 10010110 | 100001 | 110000 |
Color Harmonies of #52A47B
Complementary color
Monochromatic Colors of #52A47B
Black with #52A47B
Text Example
Text Example
White with #52A47B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52A47B; }
p { color: rgb(82,164,123); }
H1.HeaderClassName
{
color: #52A47B;
}
.AnyTagClassName
{
color: #52A47B;
}
</style>
background-color css
<style>
a { background-color: #52A47B; }
a { background-color: rgb(82,164,123); }
div.DivClassName
{
background-color: #52A47B;
}
.BgClassName
{
background-color: #52A47B;
}
</style>
border-color css
<style>
span { border-color: #52A47B; }
span { border-color: rgb(82,164,123); }
td.TdClassName
{
border-color: #52A47B;
}
.TagClassName
{
border-color: #52A47B;
}
</style>