Shades of Fountain Blue #5AACAD
Tints of Fountain Blue #5AACAD
RGB
CMYK
RGB Variations
Color information
#5AACAD (or 0x5AACAD) is known color: Fountain Blue. HEX triplet: 5A, AC and AD. RGB value is (90,172,173). Sum of RGB (Red+Green+Blue) = 90+172+173=435 (57% of max value = 765). Red value is 90 (35.55% from 255 or 20.69% from 435); Green value is 172 (67.58% from 255 or 39.54% from 435); Blue value is 173 (67.97% from 255 or 39.77% from 435); Max value from RGB is 173 - color contains mainly: blue. Hex color #5AACAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AACAD is #A55352. Grayscale: #939393. Windows color (decimal): -10834771 or 11381850. OLE color: 11381850.
HSL color Cylindrical-coordinate representation of color #5AACAD: hue angle of 180.72º 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 #5AACAD is Cyan = 0.48, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 90 | 172 | 173 | - |
| CMYK | 0.48 | 0.01 | 0 | 0.32 |
| HSL | 180.72º | 0.34% | 0.52% | - |
| HSV(B) | 180.72º | 0.48% | 0.68% | - |
| XYZ | 26.51 | 34.7 | 44.83 | - |
| YUV | 147.6 | 142.33 | 86.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 172 | 173 | 0.48 | 0.01 | 0 | 0.32 | 180.72 | 0.34 | 0.52 |
| Hex | 5A | AC | AD | 30 | 1 | 0 | 20 | B5 | 22 | 34 |
| Octal | 132 | 254 | 255 | 60 | 1 | 0 | 40 | 265 | 42 | 64 |
| Binary | 1011010 | 10101100 | 10101101 | 110000 | 1 | 0 | 100000 | 10110101 | 100010 | 110100 |
Color Harmonies of #5AACAD
Complementary color
Monochromatic Colors of #5AACAD
Black with #5AACAD
Text Example
Text Example
White with #5AACAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AACAD; }
p { color: rgb(90,172,173); }
H1.HeaderClassName
{
color: #5AACAD;
}
.AnyTagClassName
{
color: #5AACAD;
}
</style>
background-color css
<style>
a { background-color: #5AACAD; }
a { background-color: rgb(90,172,173); }
div.DivClassName
{
background-color: #5AACAD;
}
.BgClassName
{
background-color: #5AACAD;
}
</style>
border-color css
<style>
span { border-color: #5AACAD; }
span { border-color: rgb(90,172,173); }
td.TdClassName
{
border-color: #5AACAD;
}
.TagClassName
{
border-color: #5AACAD;
}
</style>