Shades of Keppel #54B99A
Tints of Keppel #54B99A
RGB
CMYK
RGB Variations
Color information
#54B99A (or 0x54B99A) is known color: Keppel. HEX triplet: 54, B9 and 9A. RGB value is (84,185,154). Sum of RGB (Red+Green+Blue) = 84+185+154=423 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.86% from 423); Green value is 185 (72.66% from 255 or 43.74% from 423); Blue value is 154 (60.55% from 255 or 36.41% from 423); Max value from RGB is 185 - color contains mainly: green. Hex color #54B99A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54B99A is #AB4665. Grayscale: #979797. Windows color (decimal): -11224678 or 10139988. OLE color: 10139988.
HSL color Cylindrical-coordinate representation of color #54B99A: hue angle of 161.58º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #54B99A is Cyan = 0.55, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 84 | 185 | 154 | - |
| CMYK | 0.55 | 0 | 0.17 | 0.27 |
| HSL | 161.58º | 0.42% | 0.53% | - |
| HSV(B) | 161.58º | 0.55% | 0.73% | - |
| XYZ | 26.84 | 38.92 | 36.67 | - |
| YUV | 151.27 | 129.54 | 80.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 185 | 154 | 0.55 | 0 | 0.17 | 0.27 | 161.58 | 0.42 | 0.53 |
| Hex | 54 | B9 | 9A | 37 | 0 | 11 | 1B | A2 | 2A | 35 |
| Octal | 124 | 271 | 232 | 67 | 0 | 21 | 33 | 242 | 52 | 65 |
| Binary | 1010100 | 10111001 | 10011010 | 110111 | 0 | 10001 | 11011 | 10100010 | 101010 | 110101 |
Color Harmonies of #54B99A
Complementary color
Monochromatic Colors of #54B99A
Black with #54B99A
Text Example
Text Example
White with #54B99A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54B99A; }
p { color: rgb(84,185,154); }
H1.HeaderClassName
{
color: #54B99A;
}
.AnyTagClassName
{
color: #54B99A;
}
</style>
background-color css
<style>
a { background-color: #54B99A; }
a { background-color: rgb(84,185,154); }
div.DivClassName
{
background-color: #54B99A;
}
.BgClassName
{
background-color: #54B99A;
}
</style>
border-color css
<style>
span { border-color: #54B99A; }
span { border-color: rgb(84,185,154); }
td.TdClassName
{
border-color: #54B99A;
}
.TagClassName
{
border-color: #54B99A;
}
</style>