Shades of Keppel #54B299
Tints of Keppel #54B299
RGB
CMYK
RGB Variations
Color information
#54B299 (or 0x54B299) is known color: Keppel. HEX triplet: 54, B2 and 99. RGB value is (84,178,153). Sum of RGB (Red+Green+Blue) = 84+178+153=415 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.24% from 415); Green value is 178 (69.92% from 255 or 42.89% from 415); Blue value is 153 (60.16% from 255 or 36.87% from 415); Max value from RGB is 178 - color contains mainly: green. Hex color #54B299 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54B299 is #AB4D66. Grayscale: #939393. Windows color (decimal): -11226471 or 10072660. OLE color: 10072660.
HSL color Cylindrical-coordinate representation of color #54B299: hue angle of 164.04º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #54B299 is Cyan = 0.53, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 84 | 178 | 153 | - |
| CMYK | 0.53 | 0 | 0.14 | 0.30 |
| HSL | 164.04º | 0.38% | 0.51% | - |
| HSV(B) | 164.04º | 0.53% | 0.7% | - |
| XYZ | 25.33 | 36.03 | 35.76 | - |
| YUV | 147.04 | 131.36 | 83.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 178 | 153 | 0.53 | 0 | 0.14 | 0.30 | 164.04 | 0.38 | 0.51 |
| Hex | 54 | B2 | 99 | 35 | 0 | E | 1E | A4 | 26 | 33 |
| Octal | 124 | 262 | 231 | 65 | 0 | 16 | 36 | 244 | 46 | 63 |
| Binary | 1010100 | 10110010 | 10011001 | 110101 | 0 | 1110 | 11110 | 10100100 | 100110 | 110011 |
Color Harmonies of #54B299
Complementary color
Monochromatic Colors of #54B299
Black with #54B299
Text Example
Text Example
White with #54B299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54B299; }
p { color: rgb(84,178,153); }
H1.HeaderClassName
{
color: #54B299;
}
.AnyTagClassName
{
color: #54B299;
}
</style>
background-color css
<style>
a { background-color: #54B299; }
a { background-color: rgb(84,178,153); }
div.DivClassName
{
background-color: #54B299;
}
.BgClassName
{
background-color: #54B299;
}
</style>
border-color css
<style>
span { border-color: #54B299; }
span { border-color: rgb(84,178,153); }
td.TdClassName
{
border-color: #54B299;
}
.TagClassName
{
border-color: #54B299;
}
</style>