Shades of Keppel #52AB8F
Tints of Keppel #52AB8F
RGB
CMYK
RGB Variations
Color information
#52AB8F (or 0x52AB8F) is known color: Keppel. HEX triplet: 52, AB and 8F. RGB value is (82,171,143). Sum of RGB (Red+Green+Blue) = 82+171+143=396 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.71% from 396); Green value is 171 (67.19% from 255 or 43.18% from 396); Blue value is 143 (56.25% from 255 or 36.11% from 396); Max value from RGB is 171 - color contains mainly: green. Hex color #52AB8F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52AB8F is #AD5470. Grayscale: #8D8D8D. Windows color (decimal): -11359345 or 9415506. OLE color: 9415506.
HSL color Cylindrical-coordinate representation of color #52AB8F: hue angle of 161.12º 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 #52AB8F is Cyan = 0.52, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 82 | 171 | 143 | - |
| CMYK | 0.52 | 0 | 0.16 | 0.33 |
| HSL | 161.12º | 0.35% | 0.5% | - |
| HSV(B) | 161.12º | 0.52% | 0.67% | - |
| XYZ | 23 | 32.9 | 31.13 | - |
| YUV | 141.2 | 129.01 | 85.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 171 | 143 | 0.52 | 0 | 0.16 | 0.33 | 161.12 | 0.35 | 0.5 |
| Hex | 52 | AB | 8F | 34 | 0 | 10 | 21 | A1 | 23 | 32 |
| Octal | 122 | 253 | 217 | 64 | 0 | 20 | 41 | 241 | 43 | 62 |
| Binary | 1010010 | 10101011 | 10001111 | 110100 | 0 | 10000 | 100001 | 10100001 | 100011 | 110010 |
Color Harmonies of #52AB8F
Complementary color
Monochromatic Colors of #52AB8F
Black with #52AB8F
Text Example
Text Example
White with #52AB8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52AB8F; }
p { color: rgb(82,171,143); }
H1.HeaderClassName
{
color: #52AB8F;
}
.AnyTagClassName
{
color: #52AB8F;
}
</style>
background-color css
<style>
a { background-color: #52AB8F; }
a { background-color: rgb(82,171,143); }
div.DivClassName
{
background-color: #52AB8F;
}
.BgClassName
{
background-color: #52AB8F;
}
</style>
border-color css
<style>
span { border-color: #52AB8F; }
span { border-color: rgb(82,171,143); }
td.TdClassName
{
border-color: #52AB8F;
}
.TagClassName
{
border-color: #52AB8F;
}
</style>