Shades of Fountain Blue #5AADAB
Tints of Fountain Blue #5AADAB
RGB
CMYK
RGB Variations
Color information
#5AADAB (or 0x5AADAB) is known color: Fountain Blue. HEX triplet: 5A, AD and AB. RGB value is (90,173,171). Sum of RGB (Red+Green+Blue) = 90+173+171=434 (57% of max value = 765). Red value is 90 (35.55% from 255 or 20.74% from 434); Green value is 173 (67.97% from 255 or 39.86% from 434); Blue value is 171 (67.19% from 255 or 39.40% from 434); Max value from RGB is 173 - color contains mainly: green. Hex color #5AADAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AADAB is #A55254. Grayscale: #939393. Windows color (decimal): -10834517 or 11251034. OLE color: 11251034.
HSL color Cylindrical-coordinate representation of color #5AADAB: hue angle of 178.55º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5AADAB is Cyan = 0.48, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 90 | 173 | 171 | - |
| CMYK | 0.48 | 0 | 0.01 | 0.32 |
| HSL | 178.55º | 0.34% | 0.52% | - |
| HSV(B) | 178.55º | 0.48% | 0.68% | - |
| XYZ | 26.51 | 35 | 43.89 | - |
| YUV | 147.96 | 141 | 86.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 173 | 171 | 0.48 | 0 | 0.01 | 0.32 | 178.55 | 0.34 | 0.52 |
| Hex | 5A | AD | AB | 30 | 0 | 1 | 20 | B3 | 22 | 34 |
| Octal | 132 | 255 | 253 | 60 | 0 | 1 | 40 | 263 | 42 | 64 |
| Binary | 1011010 | 10101101 | 10101011 | 110000 | 0 | 1 | 100000 | 10110011 | 100010 | 110100 |
Color Harmonies of #5AADAB
Complementary color
Monochromatic Colors of #5AADAB
Black with #5AADAB
Text Example
Text Example
White with #5AADAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AADAB; }
p { color: rgb(90,173,171); }
H1.HeaderClassName
{
color: #5AADAB;
}
.AnyTagClassName
{
color: #5AADAB;
}
</style>
background-color css
<style>
a { background-color: #5AADAB; }
a { background-color: rgb(90,173,171); }
div.DivClassName
{
background-color: #5AADAB;
}
.BgClassName
{
background-color: #5AADAB;
}
</style>
border-color css
<style>
span { border-color: #5AADAB; }
span { border-color: rgb(90,173,171); }
td.TdClassName
{
border-color: #5AADAB;
}
.TagClassName
{
border-color: #5AADAB;
}
</style>