Shades of Keppel #54AB8D
Tints of Keppel #54AB8D
RGB
CMYK
RGB Variations
Color information
#54AB8D (or 0x54AB8D) is known color: Keppel. HEX triplet: 54, AB and 8D. RGB value is (84,171,141). Sum of RGB (Red+Green+Blue) = 84+171+141=396 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.21% from 396); Green value is 171 (67.19% from 255 or 43.18% from 396); Blue value is 141 (55.47% from 255 or 35.61% from 396); Max value from RGB is 171 - color contains mainly: green. Hex color #54AB8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54AB8D is #AB5472. Grayscale: #8D8D8D. Windows color (decimal): -11228275 or 9284436. OLE color: 9284436.
HSL color Cylindrical-coordinate representation of color #54AB8D: hue angle of 159.31º degrees, saturation: 0.34, 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 #54AB8D is Cyan = 0.51, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 84 | 171 | 141 | - |
| CMYK | 0.51 | 0 | 0.18 | 0.33 |
| HSL | 159.31º | 0.34% | 0.5% | - |
| HSV(B) | 159.31º | 0.51% | 0.67% | - |
| XYZ | 23.03 | 32.93 | 30.34 | - |
| YUV | 141.57 | 127.68 | 86.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 171 | 141 | 0.51 | 0 | 0.18 | 0.33 | 159.31 | 0.34 | 0.5 |
| Hex | 54 | AB | 8D | 33 | 0 | 12 | 21 | 9F | 22 | 32 |
| Octal | 124 | 253 | 215 | 63 | 0 | 22 | 41 | 237 | 42 | 62 |
| Binary | 1010100 | 10101011 | 10001101 | 110011 | 0 | 10010 | 100001 | 10011111 | 100010 | 110010 |
Color Harmonies of #54AB8D
Complementary color
Monochromatic Colors of #54AB8D
Black with #54AB8D
Text Example
Text Example
White with #54AB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54AB8D; }
p { color: rgb(84,171,141); }
H1.HeaderClassName
{
color: #54AB8D;
}
.AnyTagClassName
{
color: #54AB8D;
}
</style>
background-color css
<style>
a { background-color: #54AB8D; }
a { background-color: rgb(84,171,141); }
div.DivClassName
{
background-color: #54AB8D;
}
.BgClassName
{
background-color: #54AB8D;
}
</style>
border-color css
<style>
span { border-color: #54AB8D; }
span { border-color: rgb(84,171,141); }
td.TdClassName
{
border-color: #54AB8D;
}
.TagClassName
{
border-color: #54AB8D;
}
</style>