Shades of Keppel #53C498
Tints of Keppel #53C498
RGB
CMYK
RGB Variations
Color information
#53C498 (or 0x53C498) is known color: Keppel. HEX triplet: 53, C4 and 98. RGB value is (83,196,152). Sum of RGB (Red+Green+Blue) = 83+196+152=431 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.26% from 431); Green value is 196 (76.95% from 255 or 45.48% from 431); Blue value is 152 (59.77% from 255 or 35.27% from 431); Max value from RGB is 196 - color contains mainly: green. Hex color #53C498 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53C498 is #AC3B67. Grayscale: #9D9D9D. Windows color (decimal): -11287400 or 10011731. OLE color: 10011731.
HSL color Cylindrical-coordinate representation of color #53C498: hue angle of 156.64º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #53C498 is Cyan = 0.58, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 83 | 196 | 152 | - |
| CMYK | 0.58 | 0 | 0.22 | 0.23 |
| HSL | 156.64º | 0.49% | 0.55% | - |
| HSV(B) | 156.64º | 0.58% | 0.77% | - |
| XYZ | 28.97 | 43.59 | 36.59 | - |
| YUV | 157.2 | 125.06 | 75.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 196 | 152 | 0.58 | 0 | 0.22 | 0.23 | 156.64 | 0.49 | 0.55 |
| Hex | 53 | C4 | 98 | 3A | 0 | 16 | 17 | 9D | 31 | 37 |
| Octal | 123 | 304 | 230 | 72 | 0 | 26 | 27 | 235 | 61 | 67 |
| Binary | 1010011 | 11000100 | 10011000 | 111010 | 0 | 10110 | 10111 | 10011101 | 110001 | 110111 |
Color Harmonies of #53C498
Complementary color
Monochromatic Colors of #53C498
Black with #53C498
Text Example
Text Example
White with #53C498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53C498; }
p { color: rgb(83,196,152); }
H1.HeaderClassName
{
color: #53C498;
}
.AnyTagClassName
{
color: #53C498;
}
</style>
background-color css
<style>
a { background-color: #53C498; }
a { background-color: rgb(83,196,152); }
div.DivClassName
{
background-color: #53C498;
}
.BgClassName
{
background-color: #53C498;
}
</style>
border-color css
<style>
span { border-color: #53C498; }
span { border-color: rgb(83,196,152); }
td.TdClassName
{
border-color: #53C498;
}
.TagClassName
{
border-color: #53C498;
}
</style>