Shades of Keppel #53B696
Tints of Keppel #53B696
RGB
CMYK
RGB Variations
Color information
#53B696 (or 0x53B696) is known color: Keppel. HEX triplet: 53, B6 and 96. RGB value is (83,182,150). Sum of RGB (Red+Green+Blue) = 83+182+150=415 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20% from 415); Green value is 182 (71.48% from 255 or 43.86% from 415); Blue value is 150 (58.98% from 255 or 36.14% from 415); Max value from RGB is 182 - color contains mainly: green. Hex color #53B696 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53B696 is #AC4969. Grayscale: #949494. Windows color (decimal): -11290986 or 9877075. OLE color: 9877075.
HSL color Cylindrical-coordinate representation of color #53B696: hue angle of 160.61º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #53B696 is Cyan = 0.54, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 83 | 182 | 150 | - |
| CMYK | 0.54 | 0 | 0.18 | 0.29 |
| HSL | 160.61º | 0.4% | 0.52% | - |
| HSV(B) | 160.61º | 0.54% | 0.71% | - |
| XYZ | 25.8 | 37.5 | 34.73 | - |
| YUV | 148.75 | 128.7 | 81.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 182 | 150 | 0.54 | 0 | 0.18 | 0.29 | 160.61 | 0.4 | 0.52 |
| Hex | 53 | B6 | 96 | 36 | 0 | 12 | 1D | A1 | 28 | 34 |
| Octal | 123 | 266 | 226 | 66 | 0 | 22 | 35 | 241 | 50 | 64 |
| Binary | 1010011 | 10110110 | 10010110 | 110110 | 0 | 10010 | 11101 | 10100001 | 101000 | 110100 |
Color Harmonies of #53B696
Complementary color
Monochromatic Colors of #53B696
Black with #53B696
Text Example
Text Example
White with #53B696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53B696; }
p { color: rgb(83,182,150); }
H1.HeaderClassName
{
color: #53B696;
}
.AnyTagClassName
{
color: #53B696;
}
</style>
background-color css
<style>
a { background-color: #53B696; }
a { background-color: rgb(83,182,150); }
div.DivClassName
{
background-color: #53B696;
}
.BgClassName
{
background-color: #53B696;
}
</style>
border-color css
<style>
span { border-color: #53B696; }
span { border-color: rgb(83,182,150); }
td.TdClassName
{
border-color: #53B696;
}
.TagClassName
{
border-color: #53B696;
}
</style>