Shades of Keppel #52AB8D
Tints of Keppel #52AB8D
RGB
CMYK
RGB Variations
Color information
#52AB8D (or 0x52AB8D) is known color: Keppel. HEX triplet: 52, AB and 8D. RGB value is (82,171,141). Sum of RGB (Red+Green+Blue) = 82+171+141=394 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.81% from 394); Green value is 171 (67.19% from 255 or 43.40% from 394); Blue value is 141 (55.47% from 255 or 35.79% from 394); Max value from RGB is 171 - color contains mainly: green. Hex color #52AB8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52AB8D is #AD5472. Grayscale: #8D8D8D. Windows color (decimal): -11359347 or 9284434. OLE color: 9284434.
HSL color Cylindrical-coordinate representation of color #52AB8D: hue angle of 159.78º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #52AB8D is Cyan = 0.52, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 82 | 171 | 141 | - |
| CMYK | 0.52 | 0 | 0.18 | 0.33 |
| HSL | 159.78º | 0.35% | 0.5% | - |
| HSV(B) | 159.78º | 0.52% | 0.67% | - |
| XYZ | 22.85 | 32.84 | 30.33 | - |
| YUV | 140.97 | 128.01 | 85.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 171 | 141 | 0.52 | 0 | 0.18 | 0.33 | 159.78 | 0.35 | 0.5 |
| Hex | 52 | AB | 8D | 34 | 0 | 12 | 21 | A0 | 23 | 32 |
| Octal | 122 | 253 | 215 | 64 | 0 | 22 | 41 | 240 | 43 | 62 |
| Binary | 1010010 | 10101011 | 10001101 | 110100 | 0 | 10010 | 100001 | 10100000 | 100011 | 110010 |
Color Harmonies of #52AB8D
Complementary color
Monochromatic Colors of #52AB8D
Black with #52AB8D
Text Example
Text Example
White with #52AB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52AB8D; }
p { color: rgb(82,171,141); }
H1.HeaderClassName
{
color: #52AB8D;
}
.AnyTagClassName
{
color: #52AB8D;
}
</style>
background-color css
<style>
a { background-color: #52AB8D; }
a { background-color: rgb(82,171,141); }
div.DivClassName
{
background-color: #52AB8D;
}
.BgClassName
{
background-color: #52AB8D;
}
</style>
border-color css
<style>
span { border-color: #52AB8D; }
span { border-color: rgb(82,171,141); }
td.TdClassName
{
border-color: #52AB8D;
}
.TagClassName
{
border-color: #52AB8D;
}
</style>