Shades of Keppel #53C095
Tints of Keppel #53C095
RGB
CMYK
RGB Variations
Color information
#53C095 (or 0x53C095) is known color: Keppel. HEX triplet: 53, C0 and 95. RGB value is (83,192,149). Sum of RGB (Red+Green+Blue) = 83+192+149=424 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.58% from 424); Green value is 192 (75.39% from 255 or 45.28% from 424); Blue value is 149 (58.59% from 255 or 35.14% from 424); Max value from RGB is 192 - color contains mainly: green. Hex color #53C095 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53C095 is #AC3F6A. Grayscale: #9A9A9A. Windows color (decimal): -11288427 or 9814099. OLE color: 9814099.
HSL color Cylindrical-coordinate representation of color #53C095: hue angle of 156.33º degrees, saturation: 0.46, 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 #53C095 is Cyan = 0.57, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 83 | 192 | 149 | - |
| CMYK | 0.57 | 0 | 0.22 | 0.25 |
| HSL | 156.33º | 0.46% | 0.54% | - |
| HSV(B) | 156.33º | 0.57% | 0.75% | - |
| XYZ | 27.84 | 41.71 | 35.02 | - |
| YUV | 154.51 | 124.89 | 77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 192 | 149 | 0.57 | 0 | 0.22 | 0.25 | 156.33 | 0.46 | 0.54 |
| Hex | 53 | C0 | 95 | 39 | 0 | 16 | 19 | 9C | 2E | 36 |
| Octal | 123 | 300 | 225 | 71 | 0 | 26 | 31 | 234 | 56 | 66 |
| Binary | 1010011 | 11000000 | 10010101 | 111001 | 0 | 10110 | 11001 | 10011100 | 101110 | 110110 |
Color Harmonies of #53C095
Complementary color
Monochromatic Colors of #53C095
Black with #53C095
Text Example
Text Example
White with #53C095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53C095; }
p { color: rgb(83,192,149); }
H1.HeaderClassName
{
color: #53C095;
}
.AnyTagClassName
{
color: #53C095;
}
</style>
background-color css
<style>
a { background-color: #53C095; }
a { background-color: rgb(83,192,149); }
div.DivClassName
{
background-color: #53C095;
}
.BgClassName
{
background-color: #53C095;
}
</style>
border-color css
<style>
span { border-color: #53C095; }
span { border-color: rgb(83,192,149); }
td.TdClassName
{
border-color: #53C095;
}
.TagClassName
{
border-color: #53C095;
}
</style>