Shades of Keppel #52C098
Tints of Keppel #52C098
RGB
CMYK
RGB Variations
Color information
#52C098 (or 0x52C098) is known color: Keppel. HEX triplet: 52, C0 and 98. RGB value is (82,192,152). Sum of RGB (Red+Green+Blue) = 82+192+152=426 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.25% from 426); Green value is 192 (75.39% from 255 or 45.07% from 426); Blue value is 152 (59.77% from 255 or 35.68% from 426); Max value from RGB is 192 - color contains mainly: green. Hex color #52C098 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52C098 is #AD3F67. Grayscale: #9A9A9A. Windows color (decimal): -11353960 or 10010706. OLE color: 10010706.
HSL color Cylindrical-coordinate representation of color #52C098: hue angle of 158.18º 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 #52C098 is Cyan = 0.57, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 82 | 192 | 152 | - |
| CMYK | 0.57 | 0 | 0.21 | 0.25 |
| HSL | 158.18º | 0.47% | 0.54% | - |
| HSV(B) | 158.18º | 0.57% | 0.75% | - |
| XYZ | 28 | 41.76 | 36.29 | - |
| YUV | 154.55 | 126.56 | 76.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 192 | 152 | 0.57 | 0 | 0.21 | 0.25 | 158.18 | 0.47 | 0.54 |
| Hex | 52 | C0 | 98 | 39 | 0 | 15 | 19 | 9E | 2F | 36 |
| Octal | 122 | 300 | 230 | 71 | 0 | 25 | 31 | 236 | 57 | 66 |
| Binary | 1010010 | 11000000 | 10011000 | 111001 | 0 | 10101 | 11001 | 10011110 | 101111 | 110110 |
Color Harmonies of #52C098
Complementary color
Monochromatic Colors of #52C098
Black with #52C098
Text Example
Text Example
White with #52C098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C098; }
p { color: rgb(82,192,152); }
H1.HeaderClassName
{
color: #52C098;
}
.AnyTagClassName
{
color: #52C098;
}
</style>
background-color css
<style>
a { background-color: #52C098; }
a { background-color: rgb(82,192,152); }
div.DivClassName
{
background-color: #52C098;
}
.BgClassName
{
background-color: #52C098;
}
</style>
border-color css
<style>
span { border-color: #52C098; }
span { border-color: rgb(82,192,152); }
td.TdClassName
{
border-color: #52C098;
}
.TagClassName
{
border-color: #52C098;
}
</style>