Shades of Keppel #53AB96
Tints of Keppel #53AB96
RGB
CMYK
RGB Variations
Color information
#53AB96 (or 0x53AB96) is known color: Keppel. HEX triplet: 53, AB and 96. RGB value is (83,171,150). Sum of RGB (Red+Green+Blue) = 83+171+150=404 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.54% from 404); Green value is 171 (67.19% from 255 or 42.33% from 404); Blue value is 150 (58.98% from 255 or 37.13% from 404); Max value from RGB is 171 - color contains mainly: green. Hex color #53AB96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53AB96 is #AC5469. Grayscale: #8E8E8E. Windows color (decimal): -11293802 or 9874259. OLE color: 9874259.
HSL color Cylindrical-coordinate representation of color #53AB96: hue angle of 165.68º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #53AB96 is Cyan = 0.51, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 83 | 171 | 150 | - |
| CMYK | 0.51 | 0 | 0.12 | 0.33 |
| HSL | 165.68º | 0.35% | 0.5% | - |
| HSV(B) | 165.68º | 0.51% | 0.67% | - |
| XYZ | 23.64 | 33.17 | 34.01 | - |
| YUV | 142.29 | 132.35 | 85.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 171 | 150 | 0.51 | 0 | 0.12 | 0.33 | 165.68 | 0.35 | 0.5 |
| Hex | 53 | AB | 96 | 33 | 0 | C | 21 | A6 | 23 | 32 |
| Octal | 123 | 253 | 226 | 63 | 0 | 14 | 41 | 246 | 43 | 62 |
| Binary | 1010011 | 10101011 | 10010110 | 110011 | 0 | 1100 | 100001 | 10100110 | 100011 | 110010 |
Color Harmonies of #53AB96
Complementary color
Monochromatic Colors of #53AB96
Black with #53AB96
Text Example
Text Example
White with #53AB96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53AB96; }
p { color: rgb(83,171,150); }
H1.HeaderClassName
{
color: #53AB96;
}
.AnyTagClassName
{
color: #53AB96;
}
</style>
background-color css
<style>
a { background-color: #53AB96; }
a { background-color: rgb(83,171,150); }
div.DivClassName
{
background-color: #53AB96;
}
.BgClassName
{
background-color: #53AB96;
}
</style>
border-color css
<style>
span { border-color: #53AB96; }
span { border-color: rgb(83,171,150); }
td.TdClassName
{
border-color: #53AB96;
}
.TagClassName
{
border-color: #53AB96;
}
</style>