Shades of Keppel #52AD96
Tints of Keppel #52AD96
RGB
CMYK
RGB Variations
Color information
#52AD96 (or 0x52AD96) is known color: Keppel. HEX triplet: 52, AD and 96. RGB value is (82,173,150). Sum of RGB (Red+Green+Blue) = 82+173+150=405 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.25% from 405); Green value is 173 (67.97% from 255 or 42.72% from 405); Blue value is 150 (58.98% from 255 or 37.04% from 405); Max value from RGB is 173 - color contains mainly: green. Hex color #52AD96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52AD96 is #AD5269. Grayscale: #8F8F8F. Windows color (decimal): -11358826 or 9874770. OLE color: 9874770.
HSL color Cylindrical-coordinate representation of color #52AD96: hue angle of 164.84º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #52AD96 is Cyan = 0.53, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 82 | 173 | 150 | - |
| CMYK | 0.53 | 0 | 0.13 | 0.32 |
| HSL | 164.84º | 0.36% | 0.5% | - |
| HSV(B) | 164.84º | 0.53% | 0.68% | - |
| XYZ | 23.93 | 33.88 | 34.13 | - |
| YUV | 143.17 | 131.85 | 84.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 173 | 150 | 0.53 | 0 | 0.13 | 0.32 | 164.84 | 0.36 | 0.5 |
| Hex | 52 | AD | 96 | 35 | 0 | D | 20 | A5 | 24 | 32 |
| Octal | 122 | 255 | 226 | 65 | 0 | 15 | 40 | 245 | 44 | 62 |
| Binary | 1010010 | 10101101 | 10010110 | 110101 | 0 | 1101 | 100000 | 10100101 | 100100 | 110010 |
Color Harmonies of #52AD96
Complementary color
Monochromatic Colors of #52AD96
Black with #52AD96
Text Example
Text Example
White with #52AD96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52AD96; }
p { color: rgb(82,173,150); }
H1.HeaderClassName
{
color: #52AD96;
}
.AnyTagClassName
{
color: #52AD96;
}
</style>
background-color css
<style>
a { background-color: #52AD96; }
a { background-color: rgb(82,173,150); }
div.DivClassName
{
background-color: #52AD96;
}
.BgClassName
{
background-color: #52AD96;
}
</style>
border-color css
<style>
span { border-color: #52AD96; }
span { border-color: rgb(82,173,150); }
td.TdClassName
{
border-color: #52AD96;
}
.TagClassName
{
border-color: #52AD96;
}
</style>