Shades of Ocean Green #52AF7B
Tints of Ocean Green #52AF7B
RGB
CMYK
RGB Variations
Color information
#52AF7B (or 0x52AF7B) is known color: Ocean Green. HEX triplet: 52, AF and 7B. RGB value is (82,175,123). Sum of RGB (Red+Green+Blue) = 82+175+123=380 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.58% from 380); Green value is 175 (68.75% from 255 or 46.05% from 380); Blue value is 123 (48.44% from 255 or 32.37% from 380); Max value from RGB is 175 - color contains mainly: green. Hex color #52AF7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52AF7B is #AD5084. Grayscale: #8D8D8D. Windows color (decimal): -11358341 or 8105810. OLE color: 8105810.
HSL color Cylindrical-coordinate representation of color #52AF7B: hue angle of 146.45º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #52AF7B is Cyan = 0.53, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 82 | 175 | 123 | - |
| CMYK | 0.53 | 0 | 0.30 | 0.31 |
| HSL | 146.45º | 0.37% | 0.5% | - |
| HSV(B) | 146.45º | 0.53% | 0.69% | - |
| XYZ | 22.38 | 33.88 | 24.1 | - |
| YUV | 141.27 | 117.69 | 85.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 175 | 123 | 0.53 | 0 | 0.30 | 0.31 | 146.45 | 0.37 | 0.5 |
| Hex | 52 | AF | 7B | 35 | 0 | 1E | 1F | 92 | 25 | 32 |
| Octal | 122 | 257 | 173 | 65 | 0 | 36 | 37 | 222 | 45 | 62 |
| Binary | 1010010 | 10101111 | 1111011 | 110101 | 0 | 11110 | 11111 | 10010010 | 100101 | 110010 |
Color Harmonies of #52AF7B
Complementary color
Monochromatic Colors of #52AF7B
Black with #52AF7B
Text Example
Text Example
White with #52AF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52AF7B; }
p { color: rgb(82,175,123); }
H1.HeaderClassName
{
color: #52AF7B;
}
.AnyTagClassName
{
color: #52AF7B;
}
</style>
background-color css
<style>
a { background-color: #52AF7B; }
a { background-color: rgb(82,175,123); }
div.DivClassName
{
background-color: #52AF7B;
}
.BgClassName
{
background-color: #52AF7B;
}
</style>
border-color css
<style>
span { border-color: #52AF7B; }
span { border-color: rgb(82,175,123); }
td.TdClassName
{
border-color: #52AF7B;
}
.TagClassName
{
border-color: #52AF7B;
}
</style>