Shades of Keppel #54BC99
Tints of Keppel #54BC99
RGB
CMYK
RGB Variations
Color information
#54BC99 (or 0x54BC99) is known color: Keppel. HEX triplet: 54, BC and 99. RGB value is (84,188,153). Sum of RGB (Red+Green+Blue) = 84+188+153=425 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.76% from 425); Green value is 188 (73.83% from 255 or 44.24% from 425); Blue value is 153 (60.16% from 255 or 36% from 425); Max value from RGB is 188 - color contains mainly: green. Hex color #54BC99 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54BC99 is #AB4366. Grayscale: #989898. Windows color (decimal): -11223911 or 10075220. OLE color: 10075220.
HSL color Cylindrical-coordinate representation of color #54BC99: hue angle of 159.81º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #54BC99 is Cyan = 0.55, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 84 | 188 | 153 | - |
| CMYK | 0.55 | 0 | 0.19 | 0.26 |
| HSL | 159.81º | 0.44% | 0.53% | - |
| HSV(B) | 159.81º | 0.55% | 0.74% | - |
| XYZ | 27.39 | 40.15 | 36.44 | - |
| YUV | 152.91 | 128.04 | 78.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 188 | 153 | 0.55 | 0 | 0.19 | 0.26 | 159.81 | 0.44 | 0.53 |
| Hex | 54 | BC | 99 | 37 | 0 | 13 | 1A | A0 | 2C | 35 |
| Octal | 124 | 274 | 231 | 67 | 0 | 23 | 32 | 240 | 54 | 65 |
| Binary | 1010100 | 10111100 | 10011001 | 110111 | 0 | 10011 | 11010 | 10100000 | 101100 | 110101 |
Color Harmonies of #54BC99
Complementary color
Monochromatic Colors of #54BC99
Black with #54BC99
Text Example
Text Example
White with #54BC99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54BC99; }
p { color: rgb(84,188,153); }
H1.HeaderClassName
{
color: #54BC99;
}
.AnyTagClassName
{
color: #54BC99;
}
</style>
background-color css
<style>
a { background-color: #54BC99; }
a { background-color: rgb(84,188,153); }
div.DivClassName
{
background-color: #54BC99;
}
.BgClassName
{
background-color: #54BC99;
}
</style>
border-color css
<style>
span { border-color: #54BC99; }
span { border-color: rgb(84,188,153); }
td.TdClassName
{
border-color: #54BC99;
}
.TagClassName
{
border-color: #54BC99;
}
</style>