Shades of Keppel #54A995
Tints of Keppel #54A995
RGB
CMYK
RGB Variations
Color information
#54A995 (or 0x54A995) is known color: Keppel. HEX triplet: 54, A9 and 95. RGB value is (84,169,149). Sum of RGB (Red+Green+Blue) = 84+169+149=402 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.90% from 402); Green value is 169 (66.41% from 255 or 42.04% from 402); Blue value is 149 (58.59% from 255 or 37.06% from 402); Max value from RGB is 169 - color contains mainly: green. Hex color #54A995 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54A995 is #AB566A. Grayscale: #8D8D8D. Windows color (decimal): -11228779 or 9808212. OLE color: 9808212.
HSL color Cylindrical-coordinate representation of color #54A995: hue angle of 165.88º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #54A995 is Cyan = 0.50, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 84 | 169 | 149 | - |
| CMYK | 0.50 | 0 | 0.12 | 0.34 |
| HSL | 165.88º | 0.34% | 0.5% | - |
| HSV(B) | 165.88º | 0.5% | 0.66% | - |
| XYZ | 23.27 | 32.43 | 33.47 | - |
| YUV | 141.31 | 132.34 | 87.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 169 | 149 | 0.50 | 0 | 0.12 | 0.34 | 165.88 | 0.34 | 0.5 |
| Hex | 54 | A9 | 95 | 32 | 0 | C | 22 | A6 | 22 | 32 |
| Octal | 124 | 251 | 225 | 62 | 0 | 14 | 42 | 246 | 42 | 62 |
| Binary | 1010100 | 10101001 | 10010101 | 110010 | 0 | 1100 | 100010 | 10100110 | 100010 | 110010 |
Color Harmonies of #54A995
Complementary color
Monochromatic Colors of #54A995
Black with #54A995
Text Example
Text Example
White with #54A995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54A995; }
p { color: rgb(84,169,149); }
H1.HeaderClassName
{
color: #54A995;
}
.AnyTagClassName
{
color: #54A995;
}
</style>
background-color css
<style>
a { background-color: #54A995; }
a { background-color: rgb(84,169,149); }
div.DivClassName
{
background-color: #54A995;
}
.BgClassName
{
background-color: #54A995;
}
</style>
border-color css
<style>
span { border-color: #54A995; }
span { border-color: rgb(84,169,149); }
td.TdClassName
{
border-color: #54A995;
}
.TagClassName
{
border-color: #54A995;
}
</style>