Shades of Keppel #54AB8C
Tints of Keppel #54AB8C
RGB
CMYK
RGB Variations
Color information
#54AB8C (or 0x54AB8C) is known color: Keppel. HEX triplet: 54, AB and 8C. RGB value is (84,171,140). Sum of RGB (Red+Green+Blue) = 84+171+140=395 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.27% from 395); Green value is 171 (67.19% from 255 or 43.29% from 395); Blue value is 140 (55.08% from 255 or 35.44% from 395); Max value from RGB is 171 - color contains mainly: green. Hex color #54AB8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54AB8C is #AB5473. Grayscale: #8D8D8D. Windows color (decimal): -11228276 or 9218900. OLE color: 9218900.
HSL color Cylindrical-coordinate representation of color #54AB8C: hue angle of 158.62º 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 #54AB8C is Cyan = 0.51, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 84 | 171 | 140 | - |
| CMYK | 0.51 | 0 | 0.18 | 0.33 |
| HSL | 158.62º | 0.34% | 0.5% | - |
| HSV(B) | 158.62º | 0.51% | 0.67% | - |
| XYZ | 22.95 | 32.9 | 29.95 | - |
| YUV | 141.45 | 127.18 | 87.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 171 | 140 | 0.51 | 0 | 0.18 | 0.33 | 158.62 | 0.34 | 0.5 |
| Hex | 54 | AB | 8C | 33 | 0 | 12 | 21 | 9F | 22 | 32 |
| Octal | 124 | 253 | 214 | 63 | 0 | 22 | 41 | 237 | 42 | 62 |
| Binary | 1010100 | 10101011 | 10001100 | 110011 | 0 | 10010 | 100001 | 10011111 | 100010 | 110010 |
Color Harmonies of #54AB8C
Complementary color
Monochromatic Colors of #54AB8C
Black with #54AB8C
Text Example
Text Example
White with #54AB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54AB8C; }
p { color: rgb(84,171,140); }
H1.HeaderClassName
{
color: #54AB8C;
}
.AnyTagClassName
{
color: #54AB8C;
}
</style>
background-color css
<style>
a { background-color: #54AB8C; }
a { background-color: rgb(84,171,140); }
div.DivClassName
{
background-color: #54AB8C;
}
.BgClassName
{
background-color: #54AB8C;
}
</style>
border-color css
<style>
span { border-color: #54AB8C; }
span { border-color: rgb(84,171,140); }
td.TdClassName
{
border-color: #54AB8C;
}
.TagClassName
{
border-color: #54AB8C;
}
</style>