Shades of Fountain Blue #5AB3BA
Tints of Fountain Blue #5AB3BA
RGB
CMYK
RGB Variations
Color information
#5AB3BA (or 0x5AB3BA) is known color: Fountain Blue. HEX triplet: 5A, B3 and BA. RGB value is (90,179,186). Sum of RGB (Red+Green+Blue) = 90+179+186=455 (60% of max value = 765). Red value is 90 (35.55% from 255 or 19.78% from 455); Green value is 179 (70.31% from 255 or 39.34% from 455); Blue value is 186 (73.05% from 255 or 40.88% from 455); Max value from RGB is 186 - color contains mainly: blue. Hex color #5AB3BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5AB3BA is #A54C45. Grayscale: #999999. Windows color (decimal): -10832966 or 12235610. OLE color: 12235610.
HSL color Cylindrical-coordinate representation of color #5AB3BA: hue angle of 184.38º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5AB3BA is Cyan = 0.52, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 90 | 179 | 186 | - |
| CMYK | 0.52 | 0.04 | 0 | 0.27 |
| HSL | 184.38º | 0.41% | 0.54% | - |
| HSV(B) | 184.38º | 0.52% | 0.73% | - |
| XYZ | 29.2 | 37.96 | 52.24 | - |
| YUV | 153.19 | 146.51 | 82.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 179 | 186 | 0.52 | 0.04 | 0 | 0.27 | 184.38 | 0.41 | 0.54 |
| Hex | 5A | B3 | BA | 34 | 4 | 0 | 1B | B8 | 29 | 36 |
| Octal | 132 | 263 | 272 | 64 | 4 | 0 | 33 | 270 | 51 | 66 |
| Binary | 1011010 | 10110011 | 10111010 | 110100 | 100 | 0 | 11011 | 10111000 | 101001 | 110110 |
Color Harmonies of #5AB3BA
Complementary color
Monochromatic Colors of #5AB3BA
Black with #5AB3BA
Text Example
Text Example
White with #5AB3BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB3BA; }
p { color: rgb(90,179,186); }
H1.HeaderClassName
{
color: #5AB3BA;
}
.AnyTagClassName
{
color: #5AB3BA;
}
</style>
background-color css
<style>
a { background-color: #5AB3BA; }
a { background-color: rgb(90,179,186); }
div.DivClassName
{
background-color: #5AB3BA;
}
.BgClassName
{
background-color: #5AB3BA;
}
</style>
border-color css
<style>
span { border-color: #5AB3BA; }
span { border-color: rgb(90,179,186); }
td.TdClassName
{
border-color: #5AB3BA;
}
.TagClassName
{
border-color: #5AB3BA;
}
</style>