Shades of Keppel #53AB8D
Tints of Keppel #53AB8D
RGB
CMYK
RGB Variations
Color information
#53AB8D (or 0x53AB8D) is known color: Keppel. HEX triplet: 53, AB and 8D. RGB value is (83,171,141). Sum of RGB (Red+Green+Blue) = 83+171+141=395 (52% of max value = 765). Red value is 83 (32.81% from 255 or 21.01% from 395); Green value is 171 (67.19% from 255 or 43.29% from 395); Blue value is 141 (55.47% from 255 or 35.70% from 395); Max value from RGB is 171 - color contains mainly: green. Hex color #53AB8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53AB8D is #AC5472. Grayscale: #8D8D8D. Windows color (decimal): -11293811 or 9284435. OLE color: 9284435.
HSL color Cylindrical-coordinate representation of color #53AB8D: hue angle of 159.55º 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 #53AB8D is Cyan = 0.51, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 83 | 171 | 141 | - |
| CMYK | 0.51 | 0 | 0.18 | 0.33 |
| HSL | 159.55º | 0.35% | 0.5% | - |
| HSV(B) | 159.55º | 0.51% | 0.67% | - |
| XYZ | 22.94 | 32.89 | 30.34 | - |
| YUV | 141.27 | 127.85 | 86.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 171 | 141 | 0.51 | 0 | 0.18 | 0.33 | 159.55 | 0.35 | 0.5 |
| Hex | 53 | AB | 8D | 33 | 0 | 12 | 21 | A0 | 23 | 32 |
| Octal | 123 | 253 | 215 | 63 | 0 | 22 | 41 | 240 | 43 | 62 |
| Binary | 1010011 | 10101011 | 10001101 | 110011 | 0 | 10010 | 100001 | 10100000 | 100011 | 110010 |
Color Harmonies of #53AB8D
Complementary color
Monochromatic Colors of #53AB8D
Black with #53AB8D
Text Example
Text Example
White with #53AB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53AB8D; }
p { color: rgb(83,171,141); }
H1.HeaderClassName
{
color: #53AB8D;
}
.AnyTagClassName
{
color: #53AB8D;
}
</style>
background-color css
<style>
a { background-color: #53AB8D; }
a { background-color: rgb(83,171,141); }
div.DivClassName
{
background-color: #53AB8D;
}
.BgClassName
{
background-color: #53AB8D;
}
</style>
border-color css
<style>
span { border-color: #53AB8D; }
span { border-color: rgb(83,171,141); }
td.TdClassName
{
border-color: #53AB8D;
}
.TagClassName
{
border-color: #53AB8D;
}
</style>