Shades of Keppel #53AD8D
Tints of Keppel #53AD8D
RGB
CMYK
RGB Variations
Color information
#53AD8D (or 0x53AD8D) is known color: Keppel. HEX triplet: 53, AD and 8D. RGB value is (83,173,141). Sum of RGB (Red+Green+Blue) = 83+173+141=397 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.91% from 397); Green value is 173 (67.97% from 255 or 43.58% from 397); Blue value is 141 (55.47% from 255 or 35.52% from 397); Max value from RGB is 173 - color contains mainly: green. Hex color #53AD8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53AD8D is #AC5272. Grayscale: #8E8E8E. Windows color (decimal): -11293299 or 9284947. OLE color: 9284947.
HSL color Cylindrical-coordinate representation of color #53AD8D: hue angle of 158.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 #53AD8D is Cyan = 0.52, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 83 | 173 | 141 | - |
| CMYK | 0.52 | 0 | 0.18 | 0.32 |
| HSL | 158.67º | 0.35% | 0.5% | - |
| HSV(B) | 158.67º | 0.52% | 0.68% | - |
| XYZ | 23.32 | 33.65 | 30.47 | - |
| YUV | 142.44 | 127.18 | 85.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 173 | 141 | 0.52 | 0 | 0.18 | 0.32 | 158.67 | 0.35 | 0.5 |
| Hex | 53 | AD | 8D | 34 | 0 | 12 | 20 | 9F | 23 | 32 |
| Octal | 123 | 255 | 215 | 64 | 0 | 22 | 40 | 237 | 43 | 62 |
| Binary | 1010011 | 10101101 | 10001101 | 110100 | 0 | 10010 | 100000 | 10011111 | 100011 | 110010 |
Color Harmonies of #53AD8D
Complementary color
Monochromatic Colors of #53AD8D
Black with #53AD8D
Text Example
Text Example
White with #53AD8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53AD8D; }
p { color: rgb(83,173,141); }
H1.HeaderClassName
{
color: #53AD8D;
}
.AnyTagClassName
{
color: #53AD8D;
}
</style>
background-color css
<style>
a { background-color: #53AD8D; }
a { background-color: rgb(83,173,141); }
div.DivClassName
{
background-color: #53AD8D;
}
.BgClassName
{
background-color: #53AD8D;
}
</style>
border-color css
<style>
span { border-color: #53AD8D; }
span { border-color: rgb(83,173,141); }
td.TdClassName
{
border-color: #53AD8D;
}
.TagClassName
{
border-color: #53AD8D;
}
</style>