Shades of Keppel #55A995
Tints of Keppel #55A995
RGB
CMYK
RGB Variations
Color information
#55A995 (or 0x55A995) is known color: Keppel. HEX triplet: 55, A9 and 95. RGB value is (85,169,149). Sum of RGB (Red+Green+Blue) = 85+169+149=403 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.09% from 403); Green value is 169 (66.41% from 255 or 41.94% from 403); Blue value is 149 (58.59% from 255 or 36.97% from 403); Max value from RGB is 169 - color contains mainly: green. Hex color #55A995 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55A995 is #AA566A. Grayscale: #8D8D8D. Windows color (decimal): -11163243 or 9808213. OLE color: 9808213.
HSL color Cylindrical-coordinate representation of color #55A995: hue angle of 165.71º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #55A995 is Cyan = 0.50, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 85 | 169 | 149 | - |
| CMYK | 0.50 | 0 | 0.12 | 0.34 |
| HSL | 165.71º | 0.33% | 0.5% | - |
| HSV(B) | 165.71º | 0.5% | 0.66% | - |
| XYZ | 23.36 | 32.48 | 33.47 | - |
| YUV | 141.6 | 132.17 | 87.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 169 | 149 | 0.50 | 0 | 0.12 | 0.34 | 165.71 | 0.33 | 0.5 |
| Hex | 55 | A9 | 95 | 32 | 0 | C | 22 | A6 | 21 | 32 |
| Octal | 125 | 251 | 225 | 62 | 0 | 14 | 42 | 246 | 41 | 62 |
| Binary | 1010101 | 10101001 | 10010101 | 110010 | 0 | 1100 | 100010 | 10100110 | 100001 | 110010 |
Color Harmonies of #55A995
Complementary color
Monochromatic Colors of #55A995
Black with #55A995
Text Example
Text Example
White with #55A995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55A995; }
p { color: rgb(85,169,149); }
H1.HeaderClassName
{
color: #55A995;
}
.AnyTagClassName
{
color: #55A995;
}
</style>
background-color css
<style>
a { background-color: #55A995; }
a { background-color: rgb(85,169,149); }
div.DivClassName
{
background-color: #55A995;
}
.BgClassName
{
background-color: #55A995;
}
</style>
border-color css
<style>
span { border-color: #55A995; }
span { border-color: rgb(85,169,149); }
td.TdClassName
{
border-color: #55A995;
}
.TagClassName
{
border-color: #55A995;
}
</style>