Shades of Keppel #52A895
Tints of Keppel #52A895
RGB
CMYK
RGB Variations
Color information
#52A895 (or 0x52A895) is known color: Keppel. HEX triplet: 52, A8 and 95. RGB value is (82,168,149). Sum of RGB (Red+Green+Blue) = 82+168+149=399 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.55% from 399); Green value is 168 (66.02% from 255 or 42.11% from 399); Blue value is 149 (58.59% from 255 or 37.34% from 399); Max value from RGB is 168 - color contains mainly: green. Hex color #52A895 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52A895 is #AD576A. Grayscale: #8C8C8C. Windows color (decimal): -11360107 or 9807954. OLE color: 9807954.
HSL color Cylindrical-coordinate representation of color #52A895: hue angle of 166.74º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #52A895 is Cyan = 0.51, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 82 | 168 | 149 | - |
| CMYK | 0.51 | 0 | 0.11 | 0.34 |
| HSL | 166.74º | 0.34% | 0.49% | - |
| HSV(B) | 166.74º | 0.51% | 0.66% | - |
| XYZ | 22.91 | 31.97 | 33.4 | - |
| YUV | 140.12 | 133.01 | 86.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 168 | 149 | 0.51 | 0 | 0.11 | 0.34 | 166.74 | 0.34 | 0.49 |
| Hex | 52 | A8 | 95 | 33 | 0 | B | 22 | A7 | 22 | 31 |
| Octal | 122 | 250 | 225 | 63 | 0 | 13 | 42 | 247 | 42 | 61 |
| Binary | 1010010 | 10101000 | 10010101 | 110011 | 0 | 1011 | 100010 | 10100111 | 100010 | 110001 |
Color Harmonies of #52A895
Complementary color
Monochromatic Colors of #52A895
Black with #52A895
Text Example
Text Example
White with #52A895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52A895; }
p { color: rgb(82,168,149); }
H1.HeaderClassName
{
color: #52A895;
}
.AnyTagClassName
{
color: #52A895;
}
</style>
background-color css
<style>
a { background-color: #52A895; }
a { background-color: rgb(82,168,149); }
div.DivClassName
{
background-color: #52A895;
}
.BgClassName
{
background-color: #52A895;
}
</style>
border-color css
<style>
span { border-color: #52A895; }
span { border-color: rgb(82,168,149); }
td.TdClassName
{
border-color: #52A895;
}
.TagClassName
{
border-color: #52A895;
}
</style>