Shades of Keppel #52AF91
Tints of Keppel #52AF91
RGB
CMYK
RGB Variations
Color information
#52AF91 (or 0x52AF91) is known color: Keppel. HEX triplet: 52, AF and 91. RGB value is (82,175,145). Sum of RGB (Red+Green+Blue) = 82+175+145=402 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.40% from 402); Green value is 175 (68.75% from 255 or 43.53% from 402); Blue value is 145 (57.03% from 255 or 36.07% from 402); Max value from RGB is 175 - color contains mainly: green. Hex color #52AF91 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52AF91 is #AD506E. Grayscale: #8F8F8F. Windows color (decimal): -11358319 or 9547602. OLE color: 9547602.
HSL color Cylindrical-coordinate representation of color #52AF91: hue angle of 160.65º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #52AF91 is Cyan = 0.53, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 82 | 175 | 145 | - |
| CMYK | 0.53 | 0 | 0.17 | 0.31 |
| HSL | 160.65º | 0.37% | 0.5% | - |
| HSV(B) | 160.65º | 0.53% | 0.69% | - |
| XYZ | 23.92 | 34.5 | 32.19 | - |
| YUV | 143.77 | 128.69 | 83.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 175 | 145 | 0.53 | 0 | 0.17 | 0.31 | 160.65 | 0.37 | 0.5 |
| Hex | 52 | AF | 91 | 35 | 0 | 11 | 1F | A1 | 25 | 32 |
| Octal | 122 | 257 | 221 | 65 | 0 | 21 | 37 | 241 | 45 | 62 |
| Binary | 1010010 | 10101111 | 10010001 | 110101 | 0 | 10001 | 11111 | 10100001 | 100101 | 110010 |
Color Harmonies of #52AF91
Complementary color
Monochromatic Colors of #52AF91
Black with #52AF91
Text Example
Text Example
White with #52AF91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52AF91; }
p { color: rgb(82,175,145); }
H1.HeaderClassName
{
color: #52AF91;
}
.AnyTagClassName
{
color: #52AF91;
}
</style>
background-color css
<style>
a { background-color: #52AF91; }
a { background-color: rgb(82,175,145); }
div.DivClassName
{
background-color: #52AF91;
}
.BgClassName
{
background-color: #52AF91;
}
</style>
border-color css
<style>
span { border-color: #52AF91; }
span { border-color: rgb(82,175,145); }
td.TdClassName
{
border-color: #52AF91;
}
.TagClassName
{
border-color: #52AF91;
}
</style>