Shades of Fountain Blue #5AABAA
Tints of Fountain Blue #5AABAA
RGB
CMYK
RGB Variations
Color information
#5AABAA (or 0x5AABAA) is known color: Fountain Blue. HEX triplet: 5A, AB and AA. RGB value is (90,171,170). Sum of RGB (Red+Green+Blue) = 90+171+170=431 (57% of max value = 765). Red value is 90 (35.55% from 255 or 20.88% from 431); Green value is 171 (67.19% from 255 or 39.68% from 431); Blue value is 170 (66.80% from 255 or 39.44% from 431); Max value from RGB is 171 - color contains mainly: green. Hex color #5AABAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AABAA is #A55455. Grayscale: #929292. Windows color (decimal): -10835030 or 11184986. OLE color: 11184986.
HSL color Cylindrical-coordinate representation of color #5AABAA: hue angle of 179.26º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5AABAA is Cyan = 0.47, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 90 | 171 | 170 | - |
| CMYK | 0.47 | 0 | 0.01 | 0.33 |
| HSL | 179.26º | 0.33% | 0.51% | - |
| HSV(B) | 179.26º | 0.47% | 0.67% | - |
| XYZ | 26.04 | 34.2 | 43.26 | - |
| YUV | 146.67 | 141.16 | 87.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 171 | 170 | 0.47 | 0 | 0.01 | 0.33 | 179.26 | 0.33 | 0.51 |
| Hex | 5A | AB | AA | 2F | 0 | 1 | 21 | B3 | 21 | 33 |
| Octal | 132 | 253 | 252 | 57 | 0 | 1 | 41 | 263 | 41 | 63 |
| Binary | 1011010 | 10101011 | 10101010 | 101111 | 0 | 1 | 100001 | 10110011 | 100001 | 110011 |
Color Harmonies of #5AABAA
Complementary color
Monochromatic Colors of #5AABAA
Black with #5AABAA
Text Example
Text Example
White with #5AABAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AABAA; }
p { color: rgb(90,171,170); }
H1.HeaderClassName
{
color: #5AABAA;
}
.AnyTagClassName
{
color: #5AABAA;
}
</style>
background-color css
<style>
a { background-color: #5AABAA; }
a { background-color: rgb(90,171,170); }
div.DivClassName
{
background-color: #5AABAA;
}
.BgClassName
{
background-color: #5AABAA;
}
</style>
border-color css
<style>
span { border-color: #5AABAA; }
span { border-color: rgb(90,171,170); }
td.TdClassName
{
border-color: #5AABAA;
}
.TagClassName
{
border-color: #5AABAA;
}
</style>