Shades of Keppel #54AC8C
Tints of Keppel #54AC8C
RGB
CMYK
RGB Variations
Color information
#54AC8C (or 0x54AC8C) is known color: Keppel. HEX triplet: 54, AC and 8C. RGB value is (84,172,140). Sum of RGB (Red+Green+Blue) = 84+172+140=396 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.21% from 396); Green value is 172 (67.58% from 255 or 43.43% from 396); Blue value is 140 (55.08% from 255 or 35.35% from 396); Max value from RGB is 172 - color contains mainly: green. Hex color #54AC8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54AC8C is #AB5373. Grayscale: #8E8E8E. Windows color (decimal): -11228020 or 9219156. OLE color: 9219156.
HSL color Cylindrical-coordinate representation of color #54AC8C: hue angle of 158.18º 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 #54AC8C is Cyan = 0.51, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 84 | 172 | 140 | - |
| CMYK | 0.51 | 0 | 0.19 | 0.33 |
| HSL | 158.18º | 0.35% | 0.5% | - |
| HSV(B) | 158.18º | 0.51% | 0.67% | - |
| XYZ | 23.14 | 33.28 | 30.02 | - |
| YUV | 142.04 | 126.85 | 86.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 172 | 140 | 0.51 | 0 | 0.19 | 0.33 | 158.18 | 0.35 | 0.5 |
| Hex | 54 | AC | 8C | 33 | 0 | 13 | 21 | 9E | 23 | 32 |
| Octal | 124 | 254 | 214 | 63 | 0 | 23 | 41 | 236 | 43 | 62 |
| Binary | 1010100 | 10101100 | 10001100 | 110011 | 0 | 10011 | 100001 | 10011110 | 100011 | 110010 |
Color Harmonies of #54AC8C
Complementary color
Monochromatic Colors of #54AC8C
Black with #54AC8C
Text Example
Text Example
White with #54AC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54AC8C; }
p { color: rgb(84,172,140); }
H1.HeaderClassName
{
color: #54AC8C;
}
.AnyTagClassName
{
color: #54AC8C;
}
</style>
background-color css
<style>
a { background-color: #54AC8C; }
a { background-color: rgb(84,172,140); }
div.DivClassName
{
background-color: #54AC8C;
}
.BgClassName
{
background-color: #54AC8C;
}
</style>
border-color css
<style>
span { border-color: #54AC8C; }
span { border-color: rgb(84,172,140); }
td.TdClassName
{
border-color: #54AC8C;
}
.TagClassName
{
border-color: #54AC8C;
}
</style>