Shades of Fountain Blue #5AACAC
Tints of Fountain Blue #5AACAC
RGB
CMYK
RGB Variations
Color information
#5AACAC (or 0x5AACAC) is known color: Fountain Blue. HEX triplet: 5A, AC and AC. RGB value is (90,172,172). Sum of RGB (Red+Green+Blue) = 90+172+172=434 (57% of max value = 765). Red value is 90 (35.55% from 255 or 20.74% from 434); Green value is 172 (67.58% from 255 or 39.63% from 434); Blue value is 172 (67.58% from 255 or 39.63% from 434); Max value from RGB is 172 - color contains mainly: green, blue. Hex color #5AACAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AACAC is #A55353. Grayscale: #939393. Windows color (decimal): -10834772 or 11316314. OLE color: 11316314.
HSL color Cylindrical-coordinate representation of color #5AACAC: hue angle of 180º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5AACAC is Cyan = 0.48, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 90 | 172 | 172 | - |
| CMYK | 0.48 | 0 | 0 | 0.33 |
| HSL | 180º | 0.33% | 0.51% | - |
| HSV(B) | 180º | 0.48% | 0.67% | - |
| XYZ | 26.42 | 34.66 | 44.33 | - |
| YUV | 147.48 | 141.83 | 87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 172 | 172 | 0.48 | 0 | 0 | 0.33 | 180 | 0.33 | 0.51 |
| Hex | 5A | AC | AC | 30 | 0 | 0 | 21 | B4 | 21 | 33 |
| Octal | 132 | 254 | 254 | 60 | 0 | 0 | 41 | 264 | 41 | 63 |
| Binary | 1011010 | 10101100 | 10101100 | 110000 | 0 | 0 | 100001 | 10110100 | 100001 | 110011 |
Color Harmonies of #5AACAC
Complementary color
Monochromatic Colors of #5AACAC
Black with #5AACAC
Text Example
Text Example
White with #5AACAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AACAC; }
p { color: rgb(90,172,172); }
H1.HeaderClassName
{
color: #5AACAC;
}
.AnyTagClassName
{
color: #5AACAC;
}
</style>
background-color css
<style>
a { background-color: #5AACAC; }
a { background-color: rgb(90,172,172); }
div.DivClassName
{
background-color: #5AACAC;
}
.BgClassName
{
background-color: #5AACAC;
}
</style>
border-color css
<style>
span { border-color: #5AACAC; }
span { border-color: rgb(90,172,172); }
td.TdClassName
{
border-color: #5AACAC;
}
.TagClassName
{
border-color: #5AACAC;
}
</style>