Shades of Ocean Green #52AC7B
Tints of Ocean Green #52AC7B
RGB
CMYK
RGB Variations
Color information
#52AC7B (or 0x52AC7B) is known color: Ocean Green. HEX triplet: 52, AC and 7B. RGB value is (82,172,123). Sum of RGB (Red+Green+Blue) = 82+172+123=377 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.75% from 377); Green value is 172 (67.58% from 255 or 45.62% from 377); Blue value is 123 (48.44% from 255 or 32.63% from 377); Max value from RGB is 172 - color contains mainly: green. Hex color #52AC7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52AC7B is #AD5384. Grayscale: #8B8B8B. Windows color (decimal): -11359109 or 8105042. OLE color: 8105042.
HSL color Cylindrical-coordinate representation of color #52AC7B: hue angle of 147.33º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #52AC7B is Cyan = 0.52, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 82 | 172 | 123 | - |
| CMYK | 0.52 | 0 | 0.28 | 0.33 |
| HSL | 147.33º | 0.35% | 0.5% | - |
| HSV(B) | 147.33º | 0.52% | 0.67% | - |
| XYZ | 21.81 | 32.73 | 23.91 | - |
| YUV | 139.5 | 118.68 | 86.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 172 | 123 | 0.52 | 0 | 0.28 | 0.33 | 147.33 | 0.35 | 0.5 |
| Hex | 52 | AC | 7B | 34 | 0 | 1C | 21 | 93 | 23 | 32 |
| Octal | 122 | 254 | 173 | 64 | 0 | 34 | 41 | 223 | 43 | 62 |
| Binary | 1010010 | 10101100 | 1111011 | 110100 | 0 | 11100 | 100001 | 10010011 | 100011 | 110010 |
Color Harmonies of #52AC7B
Complementary color
Monochromatic Colors of #52AC7B
Black with #52AC7B
Text Example
Text Example
White with #52AC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52AC7B; }
p { color: rgb(82,172,123); }
H1.HeaderClassName
{
color: #52AC7B;
}
.AnyTagClassName
{
color: #52AC7B;
}
</style>
background-color css
<style>
a { background-color: #52AC7B; }
a { background-color: rgb(82,172,123); }
div.DivClassName
{
background-color: #52AC7B;
}
.BgClassName
{
background-color: #52AC7B;
}
</style>
border-color css
<style>
span { border-color: #52AC7B; }
span { border-color: rgb(82,172,123); }
td.TdClassName
{
border-color: #52AC7B;
}
.TagClassName
{
border-color: #52AC7B;
}
</style>