Shades of Fountain Blue #5ABBBA
Tints of Fountain Blue #5ABBBA
RGB
CMYK
RGB Variations
Color information
#5ABBBA (or 0x5ABBBA) is known color: Fountain Blue. HEX triplet: 5A, BB and BA. RGB value is (90,187,186). Sum of RGB (Red+Green+Blue) = 90+187+186=463 (61% of max value = 765). Red value is 90 (35.55% from 255 or 19.44% from 463); Green value is 187 (73.44% from 255 or 40.39% from 463); Blue value is 186 (73.05% from 255 or 40.17% from 463); Max value from RGB is 187 - color contains mainly: green. Hex color #5ABBBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ABBBA is #A54445. Grayscale: #9D9D9D. Windows color (decimal): -10830918 or 12237658. OLE color: 12237658.
HSL color Cylindrical-coordinate representation of color #5ABBBA: hue angle of 179.38º degrees, saturation: 0.42, 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 #5ABBBA is Cyan = 0.52, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 90 | 187 | 186 | - |
| CMYK | 0.52 | 0 | 0.01 | 0.27 |
| HSL | 179.38º | 0.42% | 0.54% | - |
| HSV(B) | 179.38º | 0.52% | 0.73% | - |
| XYZ | 30.85 | 41.26 | 52.79 | - |
| YUV | 157.88 | 143.86 | 79.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 187 | 186 | 0.52 | 0 | 0.01 | 0.27 | 179.38 | 0.42 | 0.54 |
| Hex | 5A | BB | BA | 34 | 0 | 1 | 1B | B3 | 2A | 36 |
| Octal | 132 | 273 | 272 | 64 | 0 | 1 | 33 | 263 | 52 | 66 |
| Binary | 1011010 | 10111011 | 10111010 | 110100 | 0 | 1 | 11011 | 10110011 | 101010 | 110110 |
Color Harmonies of #5ABBBA
Complementary color
Monochromatic Colors of #5ABBBA
Black with #5ABBBA
Text Example
Text Example
White with #5ABBBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABBBA; }
p { color: rgb(90,187,186); }
H1.HeaderClassName
{
color: #5ABBBA;
}
.AnyTagClassName
{
color: #5ABBBA;
}
</style>
background-color css
<style>
a { background-color: #5ABBBA; }
a { background-color: rgb(90,187,186); }
div.DivClassName
{
background-color: #5ABBBA;
}
.BgClassName
{
background-color: #5ABBBA;
}
</style>
border-color css
<style>
span { border-color: #5ABBBA; }
span { border-color: rgb(90,187,186); }
td.TdClassName
{
border-color: #5ABBBA;
}
.TagClassName
{
border-color: #5ABBBA;
}
</style>