Shades of Keppel #54B08D
Tints of Keppel #54B08D
RGB
CMYK
RGB Variations
Color information
#54B08D (or 0x54B08D) is known color: Keppel. HEX triplet: 54, B0 and 8D. RGB value is (84,176,141). Sum of RGB (Red+Green+Blue) = 84+176+141=401 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.95% from 401); Green value is 176 (69.14% from 255 or 43.89% from 401); Blue value is 141 (55.47% from 255 or 35.16% from 401); Max value from RGB is 176 - color contains mainly: green. Hex color #54B08D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54B08D is #AB4F72. Grayscale: #909090. Windows color (decimal): -11226995 or 9285716. OLE color: 9285716.
HSL color Cylindrical-coordinate representation of color #54B08D: hue angle of 157.17º degrees, saturation: 0.37, 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 #54B08D is Cyan = 0.52, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 84 | 176 | 141 | - |
| CMYK | 0.52 | 0 | 0.20 | 0.31 |
| HSL | 157.17º | 0.37% | 0.51% | - |
| HSV(B) | 157.17º | 0.52% | 0.69% | - |
| XYZ | 23.99 | 34.86 | 30.66 | - |
| YUV | 144.5 | 126.02 | 84.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 176 | 141 | 0.52 | 0 | 0.20 | 0.31 | 157.17 | 0.37 | 0.51 |
| Hex | 54 | B0 | 8D | 34 | 0 | 14 | 1F | 9D | 25 | 33 |
| Octal | 124 | 260 | 215 | 64 | 0 | 24 | 37 | 235 | 45 | 63 |
| Binary | 1010100 | 10110000 | 10001101 | 110100 | 0 | 10100 | 11111 | 10011101 | 100101 | 110011 |
Color Harmonies of #54B08D
Complementary color
Monochromatic Colors of #54B08D
Black with #54B08D
Text Example
Text Example
White with #54B08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54B08D; }
p { color: rgb(84,176,141); }
H1.HeaderClassName
{
color: #54B08D;
}
.AnyTagClassName
{
color: #54B08D;
}
</style>
background-color css
<style>
a { background-color: #54B08D; }
a { background-color: rgb(84,176,141); }
div.DivClassName
{
background-color: #54B08D;
}
.BgClassName
{
background-color: #54B08D;
}
</style>
border-color css
<style>
span { border-color: #54B08D; }
span { border-color: rgb(84,176,141); }
td.TdClassName
{
border-color: #54B08D;
}
.TagClassName
{
border-color: #54B08D;
}
</style>