Shades of Fountain Blue #5AB6BA
Tints of Fountain Blue #5AB6BA
RGB
CMYK
RGB Variations
Color information
#5AB6BA (or 0x5AB6BA) is known color: Fountain Blue. HEX triplet: 5A, B6 and BA. RGB value is (90,182,186). Sum of RGB (Red+Green+Blue) = 90+182+186=458 (60% of max value = 765). Red value is 90 (35.55% from 255 or 19.65% from 458); Green value is 182 (71.48% from 255 or 39.74% from 458); Blue value is 186 (73.05% from 255 or 40.61% from 458); Max value from RGB is 186 - color contains mainly: blue. Hex color #5AB6BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5AB6BA is #A54945. Grayscale: #9A9A9A. Windows color (decimal): -10832198 or 12236378. OLE color: 12236378.
HSL color Cylindrical-coordinate representation of color #5AB6BA: hue angle of 182.5º 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 #5AB6BA is Cyan = 0.52, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 90 | 182 | 186 | - |
| CMYK | 0.52 | 0.02 | 0 | 0.27 |
| HSL | 182.5º | 0.41% | 0.54% | - |
| HSV(B) | 182.5º | 0.52% | 0.73% | - |
| XYZ | 29.81 | 39.17 | 52.44 | - |
| YUV | 154.95 | 145.52 | 81.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 182 | 186 | 0.52 | 0.02 | 0 | 0.27 | 182.5 | 0.41 | 0.54 |
| Hex | 5A | B6 | BA | 34 | 2 | 0 | 1B | B6 | 29 | 36 |
| Octal | 132 | 266 | 272 | 64 | 2 | 0 | 33 | 266 | 51 | 66 |
| Binary | 1011010 | 10110110 | 10111010 | 110100 | 10 | 0 | 11011 | 10110110 | 101001 | 110110 |
Color Harmonies of #5AB6BA
Complementary color
Monochromatic Colors of #5AB6BA
Black with #5AB6BA
Text Example
Text Example
White with #5AB6BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB6BA; }
p { color: rgb(90,182,186); }
H1.HeaderClassName
{
color: #5AB6BA;
}
.AnyTagClassName
{
color: #5AB6BA;
}
</style>
background-color css
<style>
a { background-color: #5AB6BA; }
a { background-color: rgb(90,182,186); }
div.DivClassName
{
background-color: #5AB6BA;
}
.BgClassName
{
background-color: #5AB6BA;
}
</style>
border-color css
<style>
span { border-color: #5AB6BA; }
span { border-color: rgb(90,182,186); }
td.TdClassName
{
border-color: #5AB6BA;
}
.TagClassName
{
border-color: #5AB6BA;
}
</style>