Shades of Keppel #55A88A
Tints of Keppel #55A88A
RGB
CMYK
RGB Variations
Color information
#55A88A (or 0x55A88A) is known color: Keppel. HEX triplet: 55, A8 and 8A. RGB value is (85,168,138). Sum of RGB (Red+Green+Blue) = 85+168+138=391 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.74% from 391); Green value is 168 (66.02% from 255 or 42.97% from 391); Blue value is 138 (54.30% from 255 or 35.29% from 391); Max value from RGB is 168 - color contains mainly: green. Hex color #55A88A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55A88A is #AA5775. Grayscale: #8B8B8B. Windows color (decimal): -11163510 or 9087061. OLE color: 9087061.
HSL color Cylindrical-coordinate representation of color #55A88A: hue angle of 158.31º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #55A88A is Cyan = 0.49, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 85 | 168 | 138 | - |
| CMYK | 0.49 | 0 | 0.18 | 0.34 |
| HSL | 158.31º | 0.33% | 0.5% | - |
| HSV(B) | 158.31º | 0.49% | 0.66% | - |
| XYZ | 22.34 | 31.77 | 29 | - |
| YUV | 139.76 | 127 | 88.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 168 | 138 | 0.49 | 0 | 0.18 | 0.34 | 158.31 | 0.33 | 0.5 |
| Hex | 55 | A8 | 8A | 31 | 0 | 12 | 22 | 9E | 21 | 32 |
| Octal | 125 | 250 | 212 | 61 | 0 | 22 | 42 | 236 | 41 | 62 |
| Binary | 1010101 | 10101000 | 10001010 | 110001 | 0 | 10010 | 100010 | 10011110 | 100001 | 110010 |
Color Harmonies of #55A88A
Complementary color
Monochromatic Colors of #55A88A
Black with #55A88A
Text Example
Text Example
White with #55A88A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55A88A; }
p { color: rgb(85,168,138); }
H1.HeaderClassName
{
color: #55A88A;
}
.AnyTagClassName
{
color: #55A88A;
}
</style>
background-color css
<style>
a { background-color: #55A88A; }
a { background-color: rgb(85,168,138); }
div.DivClassName
{
background-color: #55A88A;
}
.BgClassName
{
background-color: #55A88A;
}
</style>
border-color css
<style>
span { border-color: #55A88A; }
span { border-color: rgb(85,168,138); }
td.TdClassName
{
border-color: #55A88A;
}
.TagClassName
{
border-color: #55A88A;
}
</style>