Shades of Keppel #55AD9B
Tints of Keppel #55AD9B
RGB
CMYK
RGB Variations
Color information
#55AD9B (or 0x55AD9B) is known color: Keppel. HEX triplet: 55, AD and 9B. RGB value is (85,173,155). Sum of RGB (Red+Green+Blue) = 85+173+155=413 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.58% from 413); Green value is 173 (67.97% from 255 or 41.89% from 413); Blue value is 155 (60.94% from 255 or 37.53% from 413); Max value from RGB is 173 - color contains mainly: green. Hex color #55AD9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55AD9B is #AA5264. Grayscale: #909090. Windows color (decimal): -11162213 or 10202453. OLE color: 10202453.
HSL color Cylindrical-coordinate representation of color #55AD9B: hue angle of 167.73º 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 #55AD9B is Cyan = 0.51, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 85 | 173 | 155 | - |
| CMYK | 0.51 | 0 | 0.10 | 0.32 |
| HSL | 167.73º | 0.35% | 0.51% | - |
| HSV(B) | 167.73º | 0.51% | 0.68% | - |
| XYZ | 24.61 | 34.18 | 36.31 | - |
| YUV | 144.64 | 133.85 | 85.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 173 | 155 | 0.51 | 0 | 0.10 | 0.32 | 167.73 | 0.35 | 0.51 |
| Hex | 55 | AD | 9B | 33 | 0 | A | 20 | A8 | 23 | 33 |
| Octal | 125 | 255 | 233 | 63 | 0 | 12 | 40 | 250 | 43 | 63 |
| Binary | 1010101 | 10101101 | 10011011 | 110011 | 0 | 1010 | 100000 | 10101000 | 100011 | 110011 |
Color Harmonies of #55AD9B
Complementary color
Monochromatic Colors of #55AD9B
Black with #55AD9B
Text Example
Text Example
White with #55AD9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55AD9B; }
p { color: rgb(85,173,155); }
H1.HeaderClassName
{
color: #55AD9B;
}
.AnyTagClassName
{
color: #55AD9B;
}
</style>
background-color css
<style>
a { background-color: #55AD9B; }
a { background-color: rgb(85,173,155); }
div.DivClassName
{
background-color: #55AD9B;
}
.BgClassName
{
background-color: #55AD9B;
}
</style>
border-color css
<style>
span { border-color: #55AD9B; }
span { border-color: rgb(85,173,155); }
td.TdClassName
{
border-color: #55AD9B;
}
.TagClassName
{
border-color: #55AD9B;
}
</style>