Shades of Keppel #53AD99
Tints of Keppel #53AD99
RGB
CMYK
RGB Variations
Color information
#53AD99 (or 0x53AD99) is known color: Keppel. HEX triplet: 53, AD and 99. RGB value is (83,173,153). Sum of RGB (Red+Green+Blue) = 83+173+153=409 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.29% from 409); Green value is 173 (67.97% from 255 or 42.30% from 409); Blue value is 153 (60.16% from 255 or 37.41% from 409); Max value from RGB is 173 - color contains mainly: green. Hex color #53AD99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53AD99 is #AC5266. Grayscale: #8F8F8F. Windows color (decimal): -11293287 or 10071379. OLE color: 10071379.
HSL color Cylindrical-coordinate representation of color #53AD99: hue angle of 166.67º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #53AD99 is Cyan = 0.52, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 83 | 173 | 153 | - |
| CMYK | 0.52 | 0 | 0.12 | 0.32 |
| HSL | 166.67º | 0.35% | 0.5% | - |
| HSV(B) | 166.67º | 0.52% | 0.68% | - |
| XYZ | 24.26 | 34.03 | 35.43 | - |
| YUV | 143.81 | 133.18 | 84.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 173 | 153 | 0.52 | 0 | 0.12 | 0.32 | 166.67 | 0.35 | 0.5 |
| Hex | 53 | AD | 99 | 34 | 0 | C | 20 | A7 | 23 | 32 |
| Octal | 123 | 255 | 231 | 64 | 0 | 14 | 40 | 247 | 43 | 62 |
| Binary | 1010011 | 10101101 | 10011001 | 110100 | 0 | 1100 | 100000 | 10100111 | 100011 | 110010 |
Color Harmonies of #53AD99
Complementary color
Monochromatic Colors of #53AD99
Black with #53AD99
Text Example
Text Example
White with #53AD99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53AD99; }
p { color: rgb(83,173,153); }
H1.HeaderClassName
{
color: #53AD99;
}
.AnyTagClassName
{
color: #53AD99;
}
</style>
background-color css
<style>
a { background-color: #53AD99; }
a { background-color: rgb(83,173,153); }
div.DivClassName
{
background-color: #53AD99;
}
.BgClassName
{
background-color: #53AD99;
}
</style>
border-color css
<style>
span { border-color: #53AD99; }
span { border-color: rgb(83,173,153); }
td.TdClassName
{
border-color: #53AD99;
}
.TagClassName
{
border-color: #53AD99;
}
</style>