Shades of Keppel #52C097
Tints of Keppel #52C097
RGB
CMYK
RGB Variations
Color information
#52C097 (or 0x52C097) is known color: Keppel. HEX triplet: 52, C0 and 97. RGB value is (82,192,151). Sum of RGB (Red+Green+Blue) = 82+192+151=425 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.29% from 425); Green value is 192 (75.39% from 255 or 45.18% from 425); Blue value is 151 (59.38% from 255 or 35.53% from 425); Max value from RGB is 192 - color contains mainly: green. Hex color #52C097 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52C097 is #AD3F68. Grayscale: #9A9A9A. Windows color (decimal): -11353961 or 9945170. OLE color: 9945170.
HSL color Cylindrical-coordinate representation of color #52C097: hue angle of 157.64º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #52C097 is Cyan = 0.57, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 82 | 192 | 151 | - |
| CMYK | 0.57 | 0 | 0.21 | 0.25 |
| HSL | 157.64º | 0.47% | 0.54% | - |
| HSV(B) | 157.64º | 0.57% | 0.75% | - |
| XYZ | 27.92 | 41.73 | 35.86 | - |
| YUV | 154.44 | 126.06 | 76.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 192 | 151 | 0.57 | 0 | 0.21 | 0.25 | 157.64 | 0.47 | 0.54 |
| Hex | 52 | C0 | 97 | 39 | 0 | 15 | 19 | 9E | 2F | 36 |
| Octal | 122 | 300 | 227 | 71 | 0 | 25 | 31 | 236 | 57 | 66 |
| Binary | 1010010 | 11000000 | 10010111 | 111001 | 0 | 10101 | 11001 | 10011110 | 101111 | 110110 |
Color Harmonies of #52C097
Complementary color
Monochromatic Colors of #52C097
Black with #52C097
Text Example
Text Example
White with #52C097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C097; }
p { color: rgb(82,192,151); }
H1.HeaderClassName
{
color: #52C097;
}
.AnyTagClassName
{
color: #52C097;
}
</style>
background-color css
<style>
a { background-color: #52C097; }
a { background-color: rgb(82,192,151); }
div.DivClassName
{
background-color: #52C097;
}
.BgClassName
{
background-color: #52C097;
}
</style>
border-color css
<style>
span { border-color: #52C097; }
span { border-color: rgb(82,192,151); }
td.TdClassName
{
border-color: #52C097;
}
.TagClassName
{
border-color: #52C097;
}
</style>