Shades of Ocean Green #52A37B
Tints of Ocean Green #52A37B
RGB
CMYK
RGB Variations
Color information
#52A37B (or 0x52A37B) is known color: Ocean Green. HEX triplet: 52, A3 and 7B. RGB value is (82,163,123). Sum of RGB (Red+Green+Blue) = 82+163+123=368 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.28% from 368); Green value is 163 (64.06% from 255 or 44.29% from 368); Blue value is 123 (48.44% from 255 or 33.42% from 368); Max value from RGB is 163 - color contains mainly: green. Hex color #52A37B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52A37B is #AD5C84. Grayscale: #868686. Windows color (decimal): -11361413 or 8102738. OLE color: 8102738.
HSL color Cylindrical-coordinate representation of color #52A37B: hue angle of 150.37º 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 #52A37B is Cyan = 0.50, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 82 | 163 | 123 | - |
| CMYK | 0.50 | 0 | 0.25 | 0.36 |
| HSL | 150.37º | 0.33% | 0.48% | - |
| HSV(B) | 150.37º | 0.5% | 0.64% | - |
| XYZ | 20.15 | 29.42 | 23.36 | - |
| YUV | 134.22 | 121.66 | 90.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 163 | 123 | 0.50 | 0 | 0.25 | 0.36 | 150.37 | 0.33 | 0.48 |
| Hex | 52 | A3 | 7B | 32 | 0 | 19 | 24 | 96 | 21 | 30 |
| Octal | 122 | 243 | 173 | 62 | 0 | 31 | 44 | 226 | 41 | 60 |
| Binary | 1010010 | 10100011 | 1111011 | 110010 | 0 | 11001 | 100100 | 10010110 | 100001 | 110000 |
Color Harmonies of #52A37B
Complementary color
Monochromatic Colors of #52A37B
Black with #52A37B
Text Example
Text Example
White with #52A37B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52A37B; }
p { color: rgb(82,163,123); }
H1.HeaderClassName
{
color: #52A37B;
}
.AnyTagClassName
{
color: #52A37B;
}
</style>
background-color css
<style>
a { background-color: #52A37B; }
a { background-color: rgb(82,163,123); }
div.DivClassName
{
background-color: #52A37B;
}
.BgClassName
{
background-color: #52A37B;
}
</style>
border-color css
<style>
span { border-color: #52A37B; }
span { border-color: rgb(82,163,123); }
td.TdClassName
{
border-color: #52A37B;
}
.TagClassName
{
border-color: #52A37B;
}
</style>