Shades of Keppel #53AB99
Tints of Keppel #53AB99
RGB
CMYK
RGB Variations
Color information
#53AB99 (or 0x53AB99) is known color: Keppel. HEX triplet: 53, AB and 99. RGB value is (83,171,153). Sum of RGB (Red+Green+Blue) = 83+171+153=407 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.39% from 407); Green value is 171 (67.19% from 255 or 42.01% from 407); Blue value is 153 (60.16% from 255 or 37.59% from 407); Max value from RGB is 171 - color contains mainly: green. Hex color #53AB99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53AB99 is #AC5466. Grayscale: #8E8E8E. Windows color (decimal): -11293799 or 10070867. OLE color: 10070867.
HSL color Cylindrical-coordinate representation of color #53AB99: hue angle of 167.73º 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 #53AB99 is Cyan = 0.51, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 83 | 171 | 153 | - |
| CMYK | 0.51 | 0 | 0.11 | 0.33 |
| HSL | 167.73º | 0.35% | 0.5% | - |
| HSV(B) | 167.73º | 0.51% | 0.67% | - |
| XYZ | 23.88 | 33.26 | 35.3 | - |
| YUV | 142.64 | 133.85 | 85.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 171 | 153 | 0.51 | 0 | 0.11 | 0.33 | 167.73 | 0.35 | 0.5 |
| Hex | 53 | AB | 99 | 33 | 0 | B | 21 | A8 | 23 | 32 |
| Octal | 123 | 253 | 231 | 63 | 0 | 13 | 41 | 250 | 43 | 62 |
| Binary | 1010011 | 10101011 | 10011001 | 110011 | 0 | 1011 | 100001 | 10101000 | 100011 | 110010 |
Color Harmonies of #53AB99
Complementary color
Monochromatic Colors of #53AB99
Black with #53AB99
Text Example
Text Example
White with #53AB99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53AB99; }
p { color: rgb(83,171,153); }
H1.HeaderClassName
{
color: #53AB99;
}
.AnyTagClassName
{
color: #53AB99;
}
</style>
background-color css
<style>
a { background-color: #53AB99; }
a { background-color: rgb(83,171,153); }
div.DivClassName
{
background-color: #53AB99;
}
.BgClassName
{
background-color: #53AB99;
}
</style>
border-color css
<style>
span { border-color: #53AB99; }
span { border-color: rgb(83,171,153); }
td.TdClassName
{
border-color: #53AB99;
}
.TagClassName
{
border-color: #53AB99;
}
</style>