Shades of Keppel #55AE90
Tints of Keppel #55AE90
RGB
CMYK
RGB Variations
Color information
#55AE90 (or 0x55AE90) is known color: Keppel. HEX triplet: 55, AE and 90. RGB value is (85,174,144). Sum of RGB (Red+Green+Blue) = 85+174+144=403 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.09% from 403); Green value is 174 (68.36% from 255 or 43.18% from 403); Blue value is 144 (56.64% from 255 or 35.73% from 403); Max value from RGB is 174 - color contains mainly: green. Hex color #55AE90 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55AE90 is #AA516F. Grayscale: #909090. Windows color (decimal): -11161968 or 9481813. OLE color: 9481813.
HSL color Cylindrical-coordinate representation of color #55AE90: hue angle of 159.78º 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 #55AE90 is Cyan = 0.51, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 85 | 174 | 144 | - |
| CMYK | 0.51 | 0 | 0.17 | 0.32 |
| HSL | 159.78º | 0.35% | 0.51% | - |
| HSV(B) | 159.78º | 0.51% | 0.68% | - |
| XYZ | 23.92 | 34.22 | 31.73 | - |
| YUV | 143.97 | 128.01 | 85.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 174 | 144 | 0.51 | 0 | 0.17 | 0.32 | 159.78 | 0.35 | 0.51 |
| Hex | 55 | AE | 90 | 33 | 0 | 11 | 20 | A0 | 23 | 33 |
| Octal | 125 | 256 | 220 | 63 | 0 | 21 | 40 | 240 | 43 | 63 |
| Binary | 1010101 | 10101110 | 10010000 | 110011 | 0 | 10001 | 100000 | 10100000 | 100011 | 110011 |
Color Harmonies of #55AE90
Complementary color
Monochromatic Colors of #55AE90
Black with #55AE90
Text Example
Text Example
White with #55AE90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55AE90; }
p { color: rgb(85,174,144); }
H1.HeaderClassName
{
color: #55AE90;
}
.AnyTagClassName
{
color: #55AE90;
}
</style>
background-color css
<style>
a { background-color: #55AE90; }
a { background-color: rgb(85,174,144); }
div.DivClassName
{
background-color: #55AE90;
}
.BgClassName
{
background-color: #55AE90;
}
</style>
border-color css
<style>
span { border-color: #55AE90; }
span { border-color: rgb(85,174,144); }
td.TdClassName
{
border-color: #55AE90;
}
.TagClassName
{
border-color: #55AE90;
}
</style>