Shades of Keppel #53C193
Tints of Keppel #53C193
RGB
CMYK
RGB Variations
Color information
#53C193 (or 0x53C193) is known color: Keppel. HEX triplet: 53, C1 and 93. RGB value is (83,193,147). Sum of RGB (Red+Green+Blue) = 83+193+147=423 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.62% from 423); Green value is 193 (75.78% from 255 or 45.63% from 423); Blue value is 147 (57.81% from 255 or 34.75% from 423); Max value from RGB is 193 - color contains mainly: green. Hex color #53C193 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53C193 is #AC3E6C. Grayscale: #9A9A9A. Windows color (decimal): -11288173 or 9683283. OLE color: 9683283.
HSL color Cylindrical-coordinate representation of color #53C193: hue angle of 154.91º 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 #53C193 is Cyan = 0.57, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 83 | 193 | 147 | - |
| CMYK | 0.57 | 0 | 0.24 | 0.24 |
| HSL | 154.91º | 0.47% | 0.54% | - |
| HSV(B) | 154.91º | 0.57% | 0.76% | - |
| XYZ | 27.9 | 42.09 | 34.26 | - |
| YUV | 154.87 | 123.56 | 76.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 193 | 147 | 0.57 | 0 | 0.24 | 0.24 | 154.91 | 0.47 | 0.54 |
| Hex | 53 | C1 | 93 | 39 | 0 | 18 | 18 | 9B | 2F | 36 |
| Octal | 123 | 301 | 223 | 71 | 0 | 30 | 30 | 233 | 57 | 66 |
| Binary | 1010011 | 11000001 | 10010011 | 111001 | 0 | 11000 | 11000 | 10011011 | 101111 | 110110 |
Color Harmonies of #53C193
Complementary color
Monochromatic Colors of #53C193
Black with #53C193
Text Example
Text Example
White with #53C193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53C193; }
p { color: rgb(83,193,147); }
H1.HeaderClassName
{
color: #53C193;
}
.AnyTagClassName
{
color: #53C193;
}
</style>
background-color css
<style>
a { background-color: #53C193; }
a { background-color: rgb(83,193,147); }
div.DivClassName
{
background-color: #53C193;
}
.BgClassName
{
background-color: #53C193;
}
</style>
border-color css
<style>
span { border-color: #53C193; }
span { border-color: rgb(83,193,147); }
td.TdClassName
{
border-color: #53C193;
}
.TagClassName
{
border-color: #53C193;
}
</style>