Shades of Fountain Blue #5AACAF
Tints of Fountain Blue #5AACAF
RGB
CMYK
RGB Variations
Color information
#5AACAF (or 0x5AACAF) is known color: Fountain Blue. HEX triplet: 5A, AC and AF. RGB value is (90,172,175). Sum of RGB (Red+Green+Blue) = 90+172+175=437 (57% of max value = 765). Red value is 90 (35.55% from 255 or 20.59% from 437); Green value is 172 (67.58% from 255 or 39.36% from 437); Blue value is 175 (68.75% from 255 or 40.05% from 437); Max value from RGB is 175 - color contains mainly: blue. Hex color #5AACAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AACAF is #A55350. Grayscale: #939393. Windows color (decimal): -10834769 or 11512922. OLE color: 11512922.
HSL color Cylindrical-coordinate representation of color #5AACAF: hue angle of 182.12º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5AACAF is Cyan = 0.49, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 90 | 172 | 175 | - |
| CMYK | 0.49 | 0.02 | 0 | 0.31 |
| HSL | 182.12º | 0.35% | 0.52% | - |
| HSV(B) | 182.12º | 0.49% | 0.69% | - |
| XYZ | 26.71 | 34.77 | 45.86 | - |
| YUV | 147.82 | 143.33 | 86.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 172 | 175 | 0.49 | 0.02 | 0 | 0.31 | 182.12 | 0.35 | 0.52 |
| Hex | 5A | AC | AF | 31 | 2 | 0 | 1F | B6 | 23 | 34 |
| Octal | 132 | 254 | 257 | 61 | 2 | 0 | 37 | 266 | 43 | 64 |
| Binary | 1011010 | 10101100 | 10101111 | 110001 | 10 | 0 | 11111 | 10110110 | 100011 | 110100 |
Color Harmonies of #5AACAF
Complementary color
Monochromatic Colors of #5AACAF
Black with #5AACAF
Text Example
Text Example
White with #5AACAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AACAF; }
p { color: rgb(90,172,175); }
H1.HeaderClassName
{
color: #5AACAF;
}
.AnyTagClassName
{
color: #5AACAF;
}
</style>
background-color css
<style>
a { background-color: #5AACAF; }
a { background-color: rgb(90,172,175); }
div.DivClassName
{
background-color: #5AACAF;
}
.BgClassName
{
background-color: #5AACAF;
}
</style>
border-color css
<style>
span { border-color: #5AACAF; }
span { border-color: rgb(90,172,175); }
td.TdClassName
{
border-color: #5AACAF;
}
.TagClassName
{
border-color: #5AACAF;
}
</style>