Shades of Fountain Blue #55AEAA
Tints of Fountain Blue #55AEAA
RGB
CMYK
RGB Variations
Color information
#55AEAA (or 0x55AEAA) is known color: Fountain Blue. HEX triplet: 55, AE and AA. RGB value is (85,174,170). Sum of RGB (Red+Green+Blue) = 85+174+170=429 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.81% from 429); Green value is 174 (68.36% from 255 or 40.56% from 429); Blue value is 170 (66.80% from 255 or 39.63% from 429); Max value from RGB is 174 - color contains mainly: green. Hex color #55AEAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55AEAA is #AA5155. Grayscale: #929292. Windows color (decimal): -11161942 or 11185749. OLE color: 11185749.
HSL color Cylindrical-coordinate representation of color #55AEAA: hue angle of 177.3º 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 #55AEAA is Cyan = 0.51, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 85 | 174 | 170 | - |
| CMYK | 0.51 | 0 | 0.02 | 0.32 |
| HSL | 177.3º | 0.35% | 0.51% | - |
| HSV(B) | 177.3º | 0.51% | 0.68% | - |
| XYZ | 26.14 | 35.11 | 43.43 | - |
| YUV | 146.93 | 141.01 | 83.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 174 | 170 | 0.51 | 0 | 0.02 | 0.32 | 177.3 | 0.35 | 0.51 |
| Hex | 55 | AE | AA | 33 | 0 | 2 | 20 | B1 | 23 | 33 |
| Octal | 125 | 256 | 252 | 63 | 0 | 2 | 40 | 261 | 43 | 63 |
| Binary | 1010101 | 10101110 | 10101010 | 110011 | 0 | 10 | 100000 | 10110001 | 100011 | 110011 |
Color Harmonies of #55AEAA
Complementary color
Monochromatic Colors of #55AEAA
Black with #55AEAA
Text Example
Text Example
White with #55AEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55AEAA; }
p { color: rgb(85,174,170); }
H1.HeaderClassName
{
color: #55AEAA;
}
.AnyTagClassName
{
color: #55AEAA;
}
</style>
background-color css
<style>
a { background-color: #55AEAA; }
a { background-color: rgb(85,174,170); }
div.DivClassName
{
background-color: #55AEAA;
}
.BgClassName
{
background-color: #55AEAA;
}
</style>
border-color css
<style>
span { border-color: #55AEAA; }
span { border-color: rgb(85,174,170); }
td.TdClassName
{
border-color: #55AEAA;
}
.TagClassName
{
border-color: #55AEAA;
}
</style>