Shades of Fountain Blue #5AC1BA
Tints of Fountain Blue #5AC1BA
RGB
CMYK
RGB Variations
Color information
#5AC1BA (or 0x5AC1BA) is known color: Fountain Blue. HEX triplet: 5A, C1 and BA. RGB value is (90,193,186). Sum of RGB (Red+Green+Blue) = 90+193+186=469 (62% of max value = 765). Red value is 90 (35.55% from 255 or 19.19% from 469); Green value is 193 (75.78% from 255 or 41.15% from 469); Blue value is 186 (73.05% from 255 or 39.66% from 469); Max value from RGB is 193 - color contains mainly: green. Hex color #5AC1BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5AC1BA is #A53E45. Grayscale: #A1A1A1. Windows color (decimal): -10829382 or 12239194. OLE color: 12239194.
HSL color Cylindrical-coordinate representation of color #5AC1BA: hue angle of 175.92º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5AC1BA is Cyan = 0.53, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 90 | 193 | 186 | - |
| CMYK | 0.53 | 0 | 0.04 | 0.24 |
| HSL | 175.92º | 0.45% | 0.55% | - |
| HSV(B) | 175.92º | 0.53% | 0.76% | - |
| XYZ | 32.15 | 43.86 | 53.23 | - |
| YUV | 161.41 | 141.88 | 77.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 193 | 186 | 0.53 | 0 | 0.04 | 0.24 | 175.92 | 0.45 | 0.55 |
| Hex | 5A | C1 | BA | 35 | 0 | 4 | 18 | B0 | 2D | 37 |
| Octal | 132 | 301 | 272 | 65 | 0 | 4 | 30 | 260 | 55 | 67 |
| Binary | 1011010 | 11000001 | 10111010 | 110101 | 0 | 100 | 11000 | 10110000 | 101101 | 110111 |
Color Harmonies of #5AC1BA
Complementary color
Monochromatic Colors of #5AC1BA
Black with #5AC1BA
Text Example
Text Example
White with #5AC1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AC1BA; }
p { color: rgb(90,193,186); }
H1.HeaderClassName
{
color: #5AC1BA;
}
.AnyTagClassName
{
color: #5AC1BA;
}
</style>
background-color css
<style>
a { background-color: #5AC1BA; }
a { background-color: rgb(90,193,186); }
div.DivClassName
{
background-color: #5AC1BA;
}
.BgClassName
{
background-color: #5AC1BA;
}
</style>
border-color css
<style>
span { border-color: #5AC1BA; }
span { border-color: rgb(90,193,186); }
td.TdClassName
{
border-color: #5AC1BA;
}
.TagClassName
{
border-color: #5AC1BA;
}
</style>