Shades of Keppel #52AD8C
Tints of Keppel #52AD8C
RGB
CMYK
RGB Variations
Color information
#52AD8C (or 0x52AD8C) is known color: Keppel. HEX triplet: 52, AD and 8C. RGB value is (82,173,140). Sum of RGB (Red+Green+Blue) = 82+173+140=395 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.76% from 395); Green value is 173 (67.97% from 255 or 43.80% from 395); Blue value is 140 (55.08% from 255 or 35.44% from 395); Max value from RGB is 173 - color contains mainly: green. Hex color #52AD8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52AD8C is #AD5273. Grayscale: #8E8E8E. Windows color (decimal): -11358836 or 9219410. OLE color: 9219410.
HSL color Cylindrical-coordinate representation of color #52AD8C: hue angle of 158.24º 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 #52AD8C is Cyan = 0.53, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 82 | 173 | 140 | - |
| CMYK | 0.53 | 0 | 0.19 | 0.32 |
| HSL | 158.24º | 0.36% | 0.5% | - |
| HSV(B) | 158.24º | 0.53% | 0.68% | - |
| XYZ | 23.16 | 33.57 | 30.07 | - |
| YUV | 142.03 | 126.85 | 85.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 173 | 140 | 0.53 | 0 | 0.19 | 0.32 | 158.24 | 0.36 | 0.5 |
| Hex | 52 | AD | 8C | 35 | 0 | 13 | 20 | 9E | 24 | 32 |
| Octal | 122 | 255 | 214 | 65 | 0 | 23 | 40 | 236 | 44 | 62 |
| Binary | 1010010 | 10101101 | 10001100 | 110101 | 0 | 10011 | 100000 | 10011110 | 100100 | 110010 |
Color Harmonies of #52AD8C
Complementary color
Monochromatic Colors of #52AD8C
Black with #52AD8C
Text Example
Text Example
White with #52AD8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52AD8C; }
p { color: rgb(82,173,140); }
H1.HeaderClassName
{
color: #52AD8C;
}
.AnyTagClassName
{
color: #52AD8C;
}
</style>
background-color css
<style>
a { background-color: #52AD8C; }
a { background-color: rgb(82,173,140); }
div.DivClassName
{
background-color: #52AD8C;
}
.BgClassName
{
background-color: #52AD8C;
}
</style>
border-color css
<style>
span { border-color: #52AD8C; }
span { border-color: rgb(82,173,140); }
td.TdClassName
{
border-color: #52AD8C;
}
.TagClassName
{
border-color: #52AD8C;
}
</style>