Shades of Keppel #54AF8D
Tints of Keppel #54AF8D
RGB
CMYK
RGB Variations
Color information
#54AF8D (or 0x54AF8D) is known color: Keppel. HEX triplet: 54, AF and 8D. RGB value is (84,175,141). Sum of RGB (Red+Green+Blue) = 84+175+141=400 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21% from 400); Green value is 175 (68.75% from 255 or 43.75% from 400); Blue value is 141 (55.47% from 255 or 35.25% from 400); Max value from RGB is 175 - color contains mainly: green. Hex color #54AF8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54AF8D is #AB5072. Grayscale: #8F8F8F. Windows color (decimal): -11227251 or 9285460. OLE color: 9285460.
HSL color Cylindrical-coordinate representation of color #54AF8D: hue angle of 157.58º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #54AF8D is Cyan = 0.52, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 84 | 175 | 141 | - |
| CMYK | 0.52 | 0 | 0.19 | 0.31 |
| HSL | 157.58º | 0.36% | 0.51% | - |
| HSV(B) | 157.58º | 0.52% | 0.69% | - |
| XYZ | 23.79 | 34.47 | 30.6 | - |
| YUV | 143.92 | 126.35 | 85.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 175 | 141 | 0.52 | 0 | 0.19 | 0.31 | 157.58 | 0.36 | 0.51 |
| Hex | 54 | AF | 8D | 34 | 0 | 13 | 1F | 9E | 24 | 33 |
| Octal | 124 | 257 | 215 | 64 | 0 | 23 | 37 | 236 | 44 | 63 |
| Binary | 1010100 | 10101111 | 10001101 | 110100 | 0 | 10011 | 11111 | 10011110 | 100100 | 110011 |
Color Harmonies of #54AF8D
Complementary color
Monochromatic Colors of #54AF8D
Black with #54AF8D
Text Example
Text Example
White with #54AF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54AF8D; }
p { color: rgb(84,175,141); }
H1.HeaderClassName
{
color: #54AF8D;
}
.AnyTagClassName
{
color: #54AF8D;
}
</style>
background-color css
<style>
a { background-color: #54AF8D; }
a { background-color: rgb(84,175,141); }
div.DivClassName
{
background-color: #54AF8D;
}
.BgClassName
{
background-color: #54AF8D;
}
</style>
border-color css
<style>
span { border-color: #54AF8D; }
span { border-color: rgb(84,175,141); }
td.TdClassName
{
border-color: #54AF8D;
}
.TagClassName
{
border-color: #54AF8D;
}
</style>