Shades of Fountain Blue #55AAAC
Tints of Fountain Blue #55AAAC
RGB
CMYK
RGB Variations
Color information
#55AAAC (or 0x55AAAC) is known color: Fountain Blue. HEX triplet: 55, AA and AC. RGB value is (85,170,172). Sum of RGB (Red+Green+Blue) = 85+170+172=427 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.91% from 427); Green value is 170 (66.80% from 255 or 39.81% from 427); Blue value is 172 (67.58% from 255 or 40.28% from 427); Max value from RGB is 172 - color contains mainly: blue. Hex color #55AAAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55AAAC is #AA5553. Grayscale: #909090. Windows color (decimal): -11162964 or 11315797. OLE color: 11315797.
HSL color Cylindrical-coordinate representation of color #55AAAC: hue angle of 181.38º 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 #55AAAC is Cyan = 0.51, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 85 | 170 | 172 | - |
| CMYK | 0.51 | 0.01 | 0 | 0.33 |
| HSL | 181.38º | 0.34% | 0.5% | - |
| HSV(B) | 181.38º | 0.51% | 0.67% | - |
| XYZ | 25.57 | 33.66 | 44.18 | - |
| YUV | 144.81 | 143.34 | 85.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 170 | 172 | 0.51 | 0.01 | 0 | 0.33 | 181.38 | 0.34 | 0.5 |
| Hex | 55 | AA | AC | 33 | 1 | 0 | 21 | B5 | 22 | 32 |
| Octal | 125 | 252 | 254 | 63 | 1 | 0 | 41 | 265 | 42 | 62 |
| Binary | 1010101 | 10101010 | 10101100 | 110011 | 1 | 0 | 100001 | 10110101 | 100010 | 110010 |
Color Harmonies of #55AAAC
Complementary color
Monochromatic Colors of #55AAAC
Black with #55AAAC
Text Example
Text Example
White with #55AAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55AAAC; }
p { color: rgb(85,170,172); }
H1.HeaderClassName
{
color: #55AAAC;
}
.AnyTagClassName
{
color: #55AAAC;
}
</style>
background-color css
<style>
a { background-color: #55AAAC; }
a { background-color: rgb(85,170,172); }
div.DivClassName
{
background-color: #55AAAC;
}
.BgClassName
{
background-color: #55AAAC;
}
</style>
border-color css
<style>
span { border-color: #55AAAC; }
span { border-color: rgb(85,170,172); }
td.TdClassName
{
border-color: #55AAAC;
}
.TagClassName
{
border-color: #55AAAC;
}
</style>