Shades of Keppel #53AD8E
Tints of Keppel #53AD8E
RGB
CMYK
RGB Variations
Color information
#53AD8E (or 0x53AD8E) is known color: Keppel. HEX triplet: 53, AD and 8E. RGB value is (83,173,142). Sum of RGB (Red+Green+Blue) = 83+173+142=398 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.85% from 398); Green value is 173 (67.97% from 255 or 43.47% from 398); Blue value is 142 (55.86% from 255 or 35.68% from 398); Max value from RGB is 173 - color contains mainly: green. Hex color #53AD8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53AD8E is #AC5271. Grayscale: #8E8E8E. Windows color (decimal): -11293298 or 9350483. OLE color: 9350483.
HSL color Cylindrical-coordinate representation of color #53AD8E: hue angle of 159.33º 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 #53AD8E is Cyan = 0.52, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 83 | 173 | 142 | - |
| CMYK | 0.52 | 0 | 0.18 | 0.32 |
| HSL | 159.33º | 0.35% | 0.5% | - |
| HSV(B) | 159.33º | 0.52% | 0.68% | - |
| XYZ | 23.39 | 33.68 | 30.86 | - |
| YUV | 142.56 | 127.68 | 85.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 173 | 142 | 0.52 | 0 | 0.18 | 0.32 | 159.33 | 0.35 | 0.5 |
| Hex | 53 | AD | 8E | 34 | 0 | 12 | 20 | 9F | 23 | 32 |
| Octal | 123 | 255 | 216 | 64 | 0 | 22 | 40 | 237 | 43 | 62 |
| Binary | 1010011 | 10101101 | 10001110 | 110100 | 0 | 10010 | 100000 | 10011111 | 100011 | 110010 |
Color Harmonies of #53AD8E
Complementary color
Monochromatic Colors of #53AD8E
Black with #53AD8E
Text Example
Text Example
White with #53AD8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53AD8E; }
p { color: rgb(83,173,142); }
H1.HeaderClassName
{
color: #53AD8E;
}
.AnyTagClassName
{
color: #53AD8E;
}
</style>
background-color css
<style>
a { background-color: #53AD8E; }
a { background-color: rgb(83,173,142); }
div.DivClassName
{
background-color: #53AD8E;
}
.BgClassName
{
background-color: #53AD8E;
}
</style>
border-color css
<style>
span { border-color: #53AD8E; }
span { border-color: rgb(83,173,142); }
td.TdClassName
{
border-color: #53AD8E;
}
.TagClassName
{
border-color: #53AD8E;
}
</style>