Shades of Keppel #55AC8D
Tints of Keppel #55AC8D
RGB
CMYK
RGB Variations
Color information
#55AC8D (or 0x55AC8D) is known color: Keppel. HEX triplet: 55, AC and 8D. RGB value is (85,172,141). Sum of RGB (Red+Green+Blue) = 85+172+141=398 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.36% from 398); Green value is 172 (67.58% from 255 or 43.22% from 398); Blue value is 141 (55.47% from 255 or 35.43% from 398); Max value from RGB is 172 - color contains mainly: green. Hex color #55AC8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55AC8D is #AA5372. Grayscale: #8E8E8E. Windows color (decimal): -11162483 or 9284693. OLE color: 9284693.
HSL color Cylindrical-coordinate representation of color #55AC8D: hue angle of 158.62º 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 #55AC8D is Cyan = 0.51, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 85 | 172 | 141 | - |
| CMYK | 0.51 | 0 | 0.18 | 0.33 |
| HSL | 158.62º | 0.34% | 0.5% | - |
| HSV(B) | 158.62º | 0.51% | 0.67% | - |
| XYZ | 23.31 | 33.36 | 30.41 | - |
| YUV | 142.45 | 127.18 | 87.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 172 | 141 | 0.51 | 0 | 0.18 | 0.33 | 158.62 | 0.34 | 0.5 |
| Hex | 55 | AC | 8D | 33 | 0 | 12 | 21 | 9F | 22 | 32 |
| Octal | 125 | 254 | 215 | 63 | 0 | 22 | 41 | 237 | 42 | 62 |
| Binary | 1010101 | 10101100 | 10001101 | 110011 | 0 | 10010 | 100001 | 10011111 | 100010 | 110010 |
Color Harmonies of #55AC8D
Complementary color
Monochromatic Colors of #55AC8D
Black with #55AC8D
Text Example
Text Example
White with #55AC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55AC8D; }
p { color: rgb(85,172,141); }
H1.HeaderClassName
{
color: #55AC8D;
}
.AnyTagClassName
{
color: #55AC8D;
}
</style>
background-color css
<style>
a { background-color: #55AC8D; }
a { background-color: rgb(85,172,141); }
div.DivClassName
{
background-color: #55AC8D;
}
.BgClassName
{
background-color: #55AC8D;
}
</style>
border-color css
<style>
span { border-color: #55AC8D; }
span { border-color: rgb(85,172,141); }
td.TdClassName
{
border-color: #55AC8D;
}
.TagClassName
{
border-color: #55AC8D;
}
</style>