Shades of Keppel #53C396
Tints of Keppel #53C396
RGB
CMYK
RGB Variations
Color information
#53C396 (or 0x53C396) is known color: Keppel. HEX triplet: 53, C3 and 96. RGB value is (83,195,150). Sum of RGB (Red+Green+Blue) = 83+195+150=428 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.39% from 428); Green value is 195 (76.56% from 255 or 45.56% from 428); Blue value is 150 (58.98% from 255 or 35.05% from 428); Max value from RGB is 195 - color contains mainly: green. Hex color #53C396 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53C396 is #AC3C69. Grayscale: #9C9C9C. Windows color (decimal): -11287658 or 9880403. OLE color: 9880403.
HSL color Cylindrical-coordinate representation of color #53C396: hue angle of 155.89º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #53C396 is Cyan = 0.57, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 83 | 195 | 150 | - |
| CMYK | 0.57 | 0 | 0.23 | 0.24 |
| HSL | 155.89º | 0.48% | 0.55% | - |
| HSV(B) | 155.89º | 0.57% | 0.76% | - |
| XYZ | 28.59 | 43.07 | 35.66 | - |
| YUV | 156.38 | 124.39 | 75.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 195 | 150 | 0.57 | 0 | 0.23 | 0.24 | 155.89 | 0.48 | 0.55 |
| Hex | 53 | C3 | 96 | 39 | 0 | 17 | 18 | 9C | 30 | 37 |
| Octal | 123 | 303 | 226 | 71 | 0 | 27 | 30 | 234 | 60 | 67 |
| Binary | 1010011 | 11000011 | 10010110 | 111001 | 0 | 10111 | 11000 | 10011100 | 110000 | 110111 |
Color Harmonies of #53C396
Complementary color
Monochromatic Colors of #53C396
Black with #53C396
Text Example
Text Example
White with #53C396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53C396; }
p { color: rgb(83,195,150); }
H1.HeaderClassName
{
color: #53C396;
}
.AnyTagClassName
{
color: #53C396;
}
</style>
background-color css
<style>
a { background-color: #53C396; }
a { background-color: rgb(83,195,150); }
div.DivClassName
{
background-color: #53C396;
}
.BgClassName
{
background-color: #53C396;
}
</style>
border-color css
<style>
span { border-color: #53C396; }
span { border-color: rgb(83,195,150); }
td.TdClassName
{
border-color: #53C396;
}
.TagClassName
{
border-color: #53C396;
}
</style>