Shades of Fountain Blue #55A8AC
Tints of Fountain Blue #55A8AC
RGB
CMYK
RGB Variations
Color information
#55A8AC (or 0x55A8AC) is known color: Fountain Blue. HEX triplet: 55, A8 and AC. RGB value is (85,168,172). Sum of RGB (Red+Green+Blue) = 85+168+172=425 (56% of max value = 765). Red value is 85 (33.59% from 255 or 20% from 425); Green value is 168 (66.02% from 255 or 39.53% from 425); Blue value is 172 (67.58% from 255 or 40.47% from 425); Max value from RGB is 172 - color contains mainly: blue. Hex color #55A8AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55A8AC is #AA5753. Grayscale: #8F8F8F. Windows color (decimal): -11163476 or 11315285. OLE color: 11315285.
HSL color Cylindrical-coordinate representation of color #55A8AC: hue angle of 182.76º 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 #55A8AC is Cyan = 0.51, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 85 | 168 | 172 | - |
| CMYK | 0.51 | 0.02 | 0 | 0.33 |
| HSL | 182.76º | 0.34% | 0.5% | - |
| HSV(B) | 182.76º | 0.51% | 0.67% | - |
| XYZ | 25.2 | 32.92 | 44.06 | - |
| YUV | 143.64 | 144 | 86.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 168 | 172 | 0.51 | 0.02 | 0 | 0.33 | 182.76 | 0.34 | 0.5 |
| Hex | 55 | A8 | AC | 33 | 2 | 0 | 21 | B7 | 22 | 32 |
| Octal | 125 | 250 | 254 | 63 | 2 | 0 | 41 | 267 | 42 | 62 |
| Binary | 1010101 | 10101000 | 10101100 | 110011 | 10 | 0 | 100001 | 10110111 | 100010 | 110010 |
Color Harmonies of #55A8AC
Complementary color
Monochromatic Colors of #55A8AC
Black with #55A8AC
Text Example
Text Example
White with #55A8AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55A8AC; }
p { color: rgb(85,168,172); }
H1.HeaderClassName
{
color: #55A8AC;
}
.AnyTagClassName
{
color: #55A8AC;
}
</style>
background-color css
<style>
a { background-color: #55A8AC; }
a { background-color: rgb(85,168,172); }
div.DivClassName
{
background-color: #55A8AC;
}
.BgClassName
{
background-color: #55A8AC;
}
</style>
border-color css
<style>
span { border-color: #55A8AC; }
span { border-color: rgb(85,168,172); }
td.TdClassName
{
border-color: #55A8AC;
}
.TagClassName
{
border-color: #55A8AC;
}
</style>