Shades of Keppel #55AD95
Tints of Keppel #55AD95
RGB
CMYK
RGB Variations
Color information
#55AD95 (or 0x55AD95) is known color: Keppel. HEX triplet: 55, AD and 95. RGB value is (85,173,149). Sum of RGB (Red+Green+Blue) = 85+173+149=407 (53% of max value = 765). Red value is 85 (33.59% from 255 or 20.88% from 407); Green value is 173 (67.97% from 255 or 42.51% from 407); Blue value is 149 (58.59% from 255 or 36.61% from 407); Max value from RGB is 173 - color contains mainly: green. Hex color #55AD95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55AD95 is #AA526A. Grayscale: #8F8F8F. Windows color (decimal): -11162219 or 9809237. OLE color: 9809237.
HSL color Cylindrical-coordinate representation of color #55AD95: hue angle of 163.64º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #55AD95 is Cyan = 0.51, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 85 | 173 | 149 | - |
| CMYK | 0.51 | 0 | 0.14 | 0.32 |
| HSL | 163.64º | 0.35% | 0.51% | - |
| HSV(B) | 163.64º | 0.51% | 0.68% | - |
| XYZ | 24.11 | 33.99 | 33.72 | - |
| YUV | 143.95 | 130.85 | 85.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 173 | 149 | 0.51 | 0 | 0.14 | 0.32 | 163.64 | 0.35 | 0.51 |
| Hex | 55 | AD | 95 | 33 | 0 | E | 20 | A4 | 23 | 33 |
| Octal | 125 | 255 | 225 | 63 | 0 | 16 | 40 | 244 | 43 | 63 |
| Binary | 1010101 | 10101101 | 10010101 | 110011 | 0 | 1110 | 100000 | 10100100 | 100011 | 110011 |
Color Harmonies of #55AD95
Complementary color
Monochromatic Colors of #55AD95
Black with #55AD95
Text Example
Text Example
White with #55AD95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55AD95; }
p { color: rgb(85,173,149); }
H1.HeaderClassName
{
color: #55AD95;
}
.AnyTagClassName
{
color: #55AD95;
}
</style>
background-color css
<style>
a { background-color: #55AD95; }
a { background-color: rgb(85,173,149); }
div.DivClassName
{
background-color: #55AD95;
}
.BgClassName
{
background-color: #55AD95;
}
</style>
border-color css
<style>
span { border-color: #55AD95; }
span { border-color: rgb(85,173,149); }
td.TdClassName
{
border-color: #55AD95;
}
.TagClassName
{
border-color: #55AD95;
}
</style>