Shades of Keppel #54A992
Tints of Keppel #54A992
RGB
CMYK
RGB Variations
Color information
#54A992 (or 0x54A992) is known color: Keppel. HEX triplet: 54, A9 and 92. RGB value is (84,169,146). Sum of RGB (Red+Green+Blue) = 84+169+146=399 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.05% from 399); Green value is 169 (66.41% from 255 or 42.36% from 399); Blue value is 146 (57.42% from 255 or 36.59% from 399); Max value from RGB is 169 - color contains mainly: green. Hex color #54A992 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54A992 is #AB566D. Grayscale: #8C8C8C. Windows color (decimal): -11228782 or 9611604. OLE color: 9611604.
HSL color Cylindrical-coordinate representation of color #54A992: hue angle of 163.76º 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 #54A992 is Cyan = 0.50, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 84 | 169 | 146 | - |
| CMYK | 0.50 | 0 | 0.14 | 0.34 |
| HSL | 163.76º | 0.34% | 0.5% | - |
| HSV(B) | 163.76º | 0.5% | 0.66% | - |
| XYZ | 23.03 | 32.34 | 32.22 | - |
| YUV | 140.96 | 130.84 | 87.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 169 | 146 | 0.50 | 0 | 0.14 | 0.34 | 163.76 | 0.34 | 0.5 |
| Hex | 54 | A9 | 92 | 32 | 0 | E | 22 | A4 | 22 | 32 |
| Octal | 124 | 251 | 222 | 62 | 0 | 16 | 42 | 244 | 42 | 62 |
| Binary | 1010100 | 10101001 | 10010010 | 110010 | 0 | 1110 | 100010 | 10100100 | 100010 | 110010 |
Color Harmonies of #54A992
Complementary color
Monochromatic Colors of #54A992
Black with #54A992
Text Example
Text Example
White with #54A992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54A992; }
p { color: rgb(84,169,146); }
H1.HeaderClassName
{
color: #54A992;
}
.AnyTagClassName
{
color: #54A992;
}
</style>
background-color css
<style>
a { background-color: #54A992; }
a { background-color: rgb(84,169,146); }
div.DivClassName
{
background-color: #54A992;
}
.BgClassName
{
background-color: #54A992;
}
</style>
border-color css
<style>
span { border-color: #54A992; }
span { border-color: rgb(84,169,146); }
td.TdClassName
{
border-color: #54A992;
}
.TagClassName
{
border-color: #54A992;
}
</style>