Shades of Keppel #52AD99
Tints of Keppel #52AD99
RGB
CMYK
RGB Variations
Color information
#52AD99 (or 0x52AD99) is known color: Keppel. HEX triplet: 52, AD and 99. RGB value is (82,173,153). Sum of RGB (Red+Green+Blue) = 82+173+153=408 (54% of max value = 765). Red value is 82 (32.42% from 255 or 20.10% from 408); Green value is 173 (67.97% from 255 or 42.40% from 408); Blue value is 153 (60.16% from 255 or 37.5% from 408); Max value from RGB is 173 - color contains mainly: green. Hex color #52AD99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52AD99 is #AD5266. Grayscale: #8F8F8F. Windows color (decimal): -11358823 or 10071378. OLE color: 10071378.
HSL color Cylindrical-coordinate representation of color #52AD99: hue angle of 166.81º 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 #52AD99 is Cyan = 0.53, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 82 | 173 | 153 | - |
| CMYK | 0.53 | 0 | 0.12 | 0.32 |
| HSL | 166.81º | 0.36% | 0.5% | - |
| HSV(B) | 166.81º | 0.53% | 0.68% | - |
| XYZ | 24.17 | 33.98 | 35.42 | - |
| YUV | 143.51 | 133.35 | 84.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 173 | 153 | 0.53 | 0 | 0.12 | 0.32 | 166.81 | 0.36 | 0.5 |
| Hex | 52 | AD | 99 | 35 | 0 | C | 20 | A7 | 24 | 32 |
| Octal | 122 | 255 | 231 | 65 | 0 | 14 | 40 | 247 | 44 | 62 |
| Binary | 1010010 | 10101101 | 10011001 | 110101 | 0 | 1100 | 100000 | 10100111 | 100100 | 110010 |
Color Harmonies of #52AD99
Complementary color
Monochromatic Colors of #52AD99
Black with #52AD99
Text Example
Text Example
White with #52AD99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52AD99; }
p { color: rgb(82,173,153); }
H1.HeaderClassName
{
color: #52AD99;
}
.AnyTagClassName
{
color: #52AD99;
}
</style>
background-color css
<style>
a { background-color: #52AD99; }
a { background-color: rgb(82,173,153); }
div.DivClassName
{
background-color: #52AD99;
}
.BgClassName
{
background-color: #52AD99;
}
</style>
border-color css
<style>
span { border-color: #52AD99; }
span { border-color: rgb(82,173,153); }
td.TdClassName
{
border-color: #52AD99;
}
.TagClassName
{
border-color: #52AD99;
}
</style>