Shades of Keppel #52C596
Tints of Keppel #52C596
RGB
CMYK
RGB Variations
Color information
#52C596 (or 0x52C596) is known color: Keppel. HEX triplet: 52, C5 and 96. RGB value is (82,197,150). Sum of RGB (Red+Green+Blue) = 82+197+150=429 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.11% from 429); Green value is 197 (77.34% from 255 or 45.92% from 429); Blue value is 150 (58.98% from 255 or 34.97% from 429); Max value from RGB is 197 - color contains mainly: green. Hex color #52C596 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52C596 is #AD3A69. Grayscale: #9D9D9D. Windows color (decimal): -11352682 or 9880914. OLE color: 9880914.
HSL color Cylindrical-coordinate representation of color #52C596: hue angle of 155.48º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #52C596 is Cyan = 0.58, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 82 | 197 | 150 | - |
| CMYK | 0.58 | 0 | 0.24 | 0.23 |
| HSL | 155.48º | 0.5% | 0.55% | - |
| HSV(B) | 155.48º | 0.58% | 0.77% | - |
| XYZ | 28.95 | 43.93 | 35.81 | - |
| YUV | 157.26 | 123.9 | 74.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 197 | 150 | 0.58 | 0 | 0.24 | 0.23 | 155.48 | 0.5 | 0.55 |
| Hex | 52 | C5 | 96 | 3A | 0 | 18 | 17 | 9B | 32 | 37 |
| Octal | 122 | 305 | 226 | 72 | 0 | 30 | 27 | 233 | 62 | 67 |
| Binary | 1010010 | 11000101 | 10010110 | 111010 | 0 | 11000 | 10111 | 10011011 | 110010 | 110111 |
Color Harmonies of #52C596
Complementary color
Monochromatic Colors of #52C596
Black with #52C596
Text Example
Text Example
White with #52C596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C596; }
p { color: rgb(82,197,150); }
H1.HeaderClassName
{
color: #52C596;
}
.AnyTagClassName
{
color: #52C596;
}
</style>
background-color css
<style>
a { background-color: #52C596; }
a { background-color: rgb(82,197,150); }
div.DivClassName
{
background-color: #52C596;
}
.BgClassName
{
background-color: #52C596;
}
</style>
border-color css
<style>
span { border-color: #52C596; }
span { border-color: rgb(82,197,150); }
td.TdClassName
{
border-color: #52C596;
}
.TagClassName
{
border-color: #52C596;
}
</style>