Shades of Fountain Blue #5AB7BA
Tints of Fountain Blue #5AB7BA
RGB
CMYK
RGB Variations
Color information
#5AB7BA (or 0x5AB7BA) is known color: Fountain Blue. HEX triplet: 5A, B7 and BA. RGB value is (90,183,186). Sum of RGB (Red+Green+Blue) = 90+183+186=459 (60% of max value = 765). Red value is 90 (35.55% from 255 or 19.61% from 459); Green value is 183 (71.88% from 255 or 39.87% from 459); Blue value is 186 (73.05% from 255 or 40.52% from 459); Max value from RGB is 186 - color contains mainly: blue. Hex color #5AB7BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5AB7BA is #A54845. Grayscale: #9B9B9B. Windows color (decimal): -10831942 or 12236634. OLE color: 12236634.
HSL color Cylindrical-coordinate representation of color #5AB7BA: hue angle of 181.88º 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 #5AB7BA is Cyan = 0.52, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 90 | 183 | 186 | - |
| CMYK | 0.52 | 0.02 | 0 | 0.27 |
| HSL | 181.88º | 0.41% | 0.54% | - |
| HSV(B) | 181.88º | 0.52% | 0.73% | - |
| XYZ | 30.01 | 39.59 | 52.51 | - |
| YUV | 155.54 | 145.19 | 81.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 183 | 186 | 0.52 | 0.02 | 0 | 0.27 | 181.88 | 0.41 | 0.54 |
| Hex | 5A | B7 | BA | 34 | 2 | 0 | 1B | B6 | 29 | 36 |
| Octal | 132 | 267 | 272 | 64 | 2 | 0 | 33 | 266 | 51 | 66 |
| Binary | 1011010 | 10110111 | 10111010 | 110100 | 10 | 0 | 11011 | 10110110 | 101001 | 110110 |
Color Harmonies of #5AB7BA
Complementary color
Monochromatic Colors of #5AB7BA
Black with #5AB7BA
Text Example
Text Example
White with #5AB7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB7BA; }
p { color: rgb(90,183,186); }
H1.HeaderClassName
{
color: #5AB7BA;
}
.AnyTagClassName
{
color: #5AB7BA;
}
</style>
background-color css
<style>
a { background-color: #5AB7BA; }
a { background-color: rgb(90,183,186); }
div.DivClassName
{
background-color: #5AB7BA;
}
.BgClassName
{
background-color: #5AB7BA;
}
</style>
border-color css
<style>
span { border-color: #5AB7BA; }
span { border-color: rgb(90,183,186); }
td.TdClassName
{
border-color: #5AB7BA;
}
.TagClassName
{
border-color: #5AB7BA;
}
</style>