Shades of Ocean Green #52AA7B
Tints of Ocean Green #52AA7B
RGB
CMYK
RGB Variations
Color information
#52AA7B (or 0x52AA7B) is known color: Ocean Green. HEX triplet: 52, AA and 7B. RGB value is (82,170,123). Sum of RGB (Red+Green+Blue) = 82+170+123=375 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.87% from 375); Green value is 170 (66.80% from 255 or 45.33% from 375); Blue value is 123 (48.44% from 255 or 32.8% from 375); Max value from RGB is 170 - color contains mainly: green. Hex color #52AA7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52AA7B is #AD5584. Grayscale: #8A8A8A. Windows color (decimal): -11359621 or 8104530. OLE color: 8104530.
HSL color Cylindrical-coordinate representation of color #52AA7B: hue angle of 147.95º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #52AA7B is Cyan = 0.52, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 82 | 170 | 123 | - |
| CMYK | 0.52 | 0 | 0.28 | 0.33 |
| HSL | 147.95º | 0.35% | 0.49% | - |
| HSV(B) | 147.95º | 0.52% | 0.67% | - |
| XYZ | 21.43 | 31.97 | 23.78 | - |
| YUV | 138.33 | 119.35 | 87.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 170 | 123 | 0.52 | 0 | 0.28 | 0.33 | 147.95 | 0.35 | 0.49 |
| Hex | 52 | AA | 7B | 34 | 0 | 1C | 21 | 94 | 23 | 31 |
| Octal | 122 | 252 | 173 | 64 | 0 | 34 | 41 | 224 | 43 | 61 |
| Binary | 1010010 | 10101010 | 1111011 | 110100 | 0 | 11100 | 100001 | 10010100 | 100011 | 110001 |
Color Harmonies of #52AA7B
Complementary color
Monochromatic Colors of #52AA7B
Black with #52AA7B
Text Example
Text Example
White with #52AA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52AA7B; }
p { color: rgb(82,170,123); }
H1.HeaderClassName
{
color: #52AA7B;
}
.AnyTagClassName
{
color: #52AA7B;
}
</style>
background-color css
<style>
a { background-color: #52AA7B; }
a { background-color: rgb(82,170,123); }
div.DivClassName
{
background-color: #52AA7B;
}
.BgClassName
{
background-color: #52AA7B;
}
</style>
border-color css
<style>
span { border-color: #52AA7B; }
span { border-color: rgb(82,170,123); }
td.TdClassName
{
border-color: #52AA7B;
}
.TagClassName
{
border-color: #52AA7B;
}
</style>