Shades of Keppel #54AB8B
Tints of Keppel #54AB8B
RGB
CMYK
RGB Variations
Color information
#54AB8B (or 0x54AB8B) is known color: Keppel. HEX triplet: 54, AB and 8B. RGB value is (84,171,139). Sum of RGB (Red+Green+Blue) = 84+171+139=394 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.32% from 394); Green value is 171 (67.19% from 255 or 43.40% from 394); Blue value is 139 (54.69% from 255 or 35.28% from 394); Max value from RGB is 171 - color contains mainly: green. Hex color #54AB8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54AB8B is #AB5474. Grayscale: #8D8D8D. Windows color (decimal): -11228277 or 9153364. OLE color: 9153364.
HSL color Cylindrical-coordinate representation of color #54AB8B: hue angle of 157.93º degrees, saturation: 0.34, 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 #54AB8B is Cyan = 0.51, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 84 | 171 | 139 | - |
| CMYK | 0.51 | 0 | 0.19 | 0.33 |
| HSL | 157.93º | 0.34% | 0.5% | - |
| HSV(B) | 157.93º | 0.51% | 0.67% | - |
| XYZ | 22.88 | 32.87 | 29.57 | - |
| YUV | 141.34 | 126.68 | 87.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 171 | 139 | 0.51 | 0 | 0.19 | 0.33 | 157.93 | 0.34 | 0.5 |
| Hex | 54 | AB | 8B | 33 | 0 | 13 | 21 | 9E | 22 | 32 |
| Octal | 124 | 253 | 213 | 63 | 0 | 23 | 41 | 236 | 42 | 62 |
| Binary | 1010100 | 10101011 | 10001011 | 110011 | 0 | 10011 | 100001 | 10011110 | 100010 | 110010 |
Color Harmonies of #54AB8B
Complementary color
Monochromatic Colors of #54AB8B
Black with #54AB8B
Text Example
Text Example
White with #54AB8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54AB8B; }
p { color: rgb(84,171,139); }
H1.HeaderClassName
{
color: #54AB8B;
}
.AnyTagClassName
{
color: #54AB8B;
}
</style>
background-color css
<style>
a { background-color: #54AB8B; }
a { background-color: rgb(84,171,139); }
div.DivClassName
{
background-color: #54AB8B;
}
.BgClassName
{
background-color: #54AB8B;
}
</style>
border-color css
<style>
span { border-color: #54AB8B; }
span { border-color: rgb(84,171,139); }
td.TdClassName
{
border-color: #54AB8B;
}
.TagClassName
{
border-color: #54AB8B;
}
</style>