Shades of Keppel #53C192
Tints of Keppel #53C192
RGB
CMYK
RGB Variations
Color information
#53C192 (or 0x53C192) is known color: Keppel. HEX triplet: 53, C1 and 92. RGB value is (83,193,146). Sum of RGB (Red+Green+Blue) = 83+193+146=422 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.67% from 422); Green value is 193 (75.78% from 255 or 45.73% from 422); Blue value is 146 (57.42% from 255 or 34.60% from 422); Max value from RGB is 193 - color contains mainly: green. Hex color #53C192 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53C192 is #AC3E6D. Grayscale: #9A9A9A. Windows color (decimal): -11288174 or 9617747. OLE color: 9617747.
HSL color Cylindrical-coordinate representation of color #53C192: hue angle of 154.36º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #53C192 is Cyan = 0.57, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 83 | 193 | 146 | - |
| CMYK | 0.57 | 0 | 0.24 | 0.24 |
| HSL | 154.36º | 0.47% | 0.54% | - |
| HSV(B) | 154.36º | 0.57% | 0.76% | - |
| XYZ | 27.83 | 42.05 | 33.84 | - |
| YUV | 154.75 | 123.06 | 76.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 193 | 146 | 0.57 | 0 | 0.24 | 0.24 | 154.36 | 0.47 | 0.54 |
| Hex | 53 | C1 | 92 | 39 | 0 | 18 | 18 | 9A | 2F | 36 |
| Octal | 123 | 301 | 222 | 71 | 0 | 30 | 30 | 232 | 57 | 66 |
| Binary | 1010011 | 11000001 | 10010010 | 111001 | 0 | 11000 | 11000 | 10011010 | 101111 | 110110 |
Color Harmonies of #53C192
Complementary color
Monochromatic Colors of #53C192
Black with #53C192
Text Example
Text Example
White with #53C192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53C192; }
p { color: rgb(83,193,146); }
H1.HeaderClassName
{
color: #53C192;
}
.AnyTagClassName
{
color: #53C192;
}
</style>
background-color css
<style>
a { background-color: #53C192; }
a { background-color: rgb(83,193,146); }
div.DivClassName
{
background-color: #53C192;
}
.BgClassName
{
background-color: #53C192;
}
</style>
border-color css
<style>
span { border-color: #53C192; }
span { border-color: rgb(83,193,146); }
td.TdClassName
{
border-color: #53C192;
}
.TagClassName
{
border-color: #53C192;
}
</style>