Shades of Keppel #54AC8D
Tints of Keppel #54AC8D
RGB
CMYK
RGB Variations
Color information
#54AC8D (or 0x54AC8D) is known color: Keppel. HEX triplet: 54, AC and 8D. RGB value is (84,172,141). Sum of RGB (Red+Green+Blue) = 84+172+141=397 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.16% from 397); Green value is 172 (67.58% from 255 or 43.32% from 397); Blue value is 141 (55.47% from 255 or 35.52% from 397); Max value from RGB is 172 - color contains mainly: green. Hex color #54AC8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54AC8D is #AB5372. Grayscale: #8E8E8E. Windows color (decimal): -11228019 or 9284692. OLE color: 9284692.
HSL color Cylindrical-coordinate representation of color #54AC8D: hue angle of 158.86º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #54AC8D is Cyan = 0.51, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 84 | 172 | 141 | - |
| CMYK | 0.51 | 0 | 0.18 | 0.33 |
| HSL | 158.86º | 0.35% | 0.5% | - |
| HSV(B) | 158.86º | 0.51% | 0.67% | - |
| XYZ | 23.22 | 33.31 | 30.41 | - |
| YUV | 142.15 | 127.35 | 86.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 172 | 141 | 0.51 | 0 | 0.18 | 0.33 | 158.86 | 0.35 | 0.5 |
| Hex | 54 | AC | 8D | 33 | 0 | 12 | 21 | 9F | 23 | 32 |
| Octal | 124 | 254 | 215 | 63 | 0 | 22 | 41 | 237 | 43 | 62 |
| Binary | 1010100 | 10101100 | 10001101 | 110011 | 0 | 10010 | 100001 | 10011111 | 100011 | 110010 |
Color Harmonies of #54AC8D
Complementary color
Monochromatic Colors of #54AC8D
Black with #54AC8D
Text Example
Text Example
White with #54AC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54AC8D; }
p { color: rgb(84,172,141); }
H1.HeaderClassName
{
color: #54AC8D;
}
.AnyTagClassName
{
color: #54AC8D;
}
</style>
background-color css
<style>
a { background-color: #54AC8D; }
a { background-color: rgb(84,172,141); }
div.DivClassName
{
background-color: #54AC8D;
}
.BgClassName
{
background-color: #54AC8D;
}
</style>
border-color css
<style>
span { border-color: #54AC8D; }
span { border-color: rgb(84,172,141); }
td.TdClassName
{
border-color: #54AC8D;
}
.TagClassName
{
border-color: #54AC8D;
}
</style>