Shades of Keppel #52AD8D
Tints of Keppel #52AD8D
RGB
CMYK
RGB Variations
Color information
#52AD8D (or 0x52AD8D) is known color: Keppel. HEX triplet: 52, AD and 8D. RGB value is (82,173,141). Sum of RGB (Red+Green+Blue) = 82+173+141=396 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.71% from 396); Green value is 173 (67.97% from 255 or 43.69% from 396); Blue value is 141 (55.47% from 255 or 35.61% from 396); Max value from RGB is 173 - color contains mainly: green. Hex color #52AD8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52AD8D is #AD5272. Grayscale: #8E8E8E. Windows color (decimal): -11358835 or 9284946. OLE color: 9284946.
HSL color Cylindrical-coordinate representation of color #52AD8D: hue angle of 158.9º 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 #52AD8D is Cyan = 0.53, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 82 | 173 | 141 | - |
| CMYK | 0.53 | 0 | 0.18 | 0.32 |
| HSL | 158.9º | 0.36% | 0.5% | - |
| HSV(B) | 158.9º | 0.53% | 0.68% | - |
| XYZ | 23.23 | 33.6 | 30.46 | - |
| YUV | 142.14 | 127.35 | 85.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 173 | 141 | 0.53 | 0 | 0.18 | 0.32 | 158.9 | 0.36 | 0.5 |
| Hex | 52 | AD | 8D | 35 | 0 | 12 | 20 | 9F | 24 | 32 |
| Octal | 122 | 255 | 215 | 65 | 0 | 22 | 40 | 237 | 44 | 62 |
| Binary | 1010010 | 10101101 | 10001101 | 110101 | 0 | 10010 | 100000 | 10011111 | 100100 | 110010 |
Color Harmonies of #52AD8D
Complementary color
Monochromatic Colors of #52AD8D
Black with #52AD8D
Text Example
Text Example
White with #52AD8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52AD8D; }
p { color: rgb(82,173,141); }
H1.HeaderClassName
{
color: #52AD8D;
}
.AnyTagClassName
{
color: #52AD8D;
}
</style>
background-color css
<style>
a { background-color: #52AD8D; }
a { background-color: rgb(82,173,141); }
div.DivClassName
{
background-color: #52AD8D;
}
.BgClassName
{
background-color: #52AD8D;
}
</style>
border-color css
<style>
span { border-color: #52AD8D; }
span { border-color: rgb(82,173,141); }
td.TdClassName
{
border-color: #52AD8D;
}
.TagClassName
{
border-color: #52AD8D;
}
</style>