Shades of Keppel #55AC90
Tints of Keppel #55AC90
RGB
CMYK
RGB Variations
Color information
#55AC90 (or 0x55AC90) is known color: Keppel. HEX triplet: 55, AC and 90. RGB value is (85,172,144). Sum of RGB (Red+Green+Blue) = 85+172+144=401 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.20% from 401); Green value is 172 (67.58% from 255 or 42.89% from 401); Blue value is 144 (56.64% from 255 or 35.91% from 401); Max value from RGB is 172 - color contains mainly: green. Hex color #55AC90 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55AC90 is #AA536F. Grayscale: #8E8E8E. Windows color (decimal): -11162480 or 9481301. OLE color: 9481301.
HSL color Cylindrical-coordinate representation of color #55AC90: hue angle of 160.69º 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 #55AC90 is Cyan = 0.51, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 85 | 172 | 144 | - |
| CMYK | 0.51 | 0 | 0.16 | 0.33 |
| HSL | 160.69º | 0.34% | 0.5% | - |
| HSV(B) | 160.69º | 0.51% | 0.67% | - |
| XYZ | 23.53 | 33.45 | 31.6 | - |
| YUV | 142.8 | 128.68 | 86.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 172 | 144 | 0.51 | 0 | 0.16 | 0.33 | 160.69 | 0.34 | 0.5 |
| Hex | 55 | AC | 90 | 33 | 0 | 10 | 21 | A1 | 22 | 32 |
| Octal | 125 | 254 | 220 | 63 | 0 | 20 | 41 | 241 | 42 | 62 |
| Binary | 1010101 | 10101100 | 10010000 | 110011 | 0 | 10000 | 100001 | 10100001 | 100010 | 110010 |
Color Harmonies of #55AC90
Complementary color
Monochromatic Colors of #55AC90
Black with #55AC90
Text Example
Text Example
White with #55AC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55AC90; }
p { color: rgb(85,172,144); }
H1.HeaderClassName
{
color: #55AC90;
}
.AnyTagClassName
{
color: #55AC90;
}
</style>
background-color css
<style>
a { background-color: #55AC90; }
a { background-color: rgb(85,172,144); }
div.DivClassName
{
background-color: #55AC90;
}
.BgClassName
{
background-color: #55AC90;
}
</style>
border-color css
<style>
span { border-color: #55AC90; }
span { border-color: rgb(85,172,144); }
td.TdClassName
{
border-color: #55AC90;
}
.TagClassName
{
border-color: #55AC90;
}
</style>