Shades of Fountain Blue #5ABFB9
Tints of Fountain Blue #5ABFB9
RGB
CMYK
RGB Variations
Color information
#5ABFB9 (or 0x5ABFB9) is known color: Fountain Blue. HEX triplet: 5A, BF and B9. RGB value is (90,191,185). Sum of RGB (Red+Green+Blue) = 90+191+185=466 (61% of max value = 765). Red value is 90 (35.55% from 255 or 19.31% from 466); Green value is 191 (75% from 255 or 40.99% from 466); Blue value is 185 (72.66% from 255 or 39.70% from 466); Max value from RGB is 191 - color contains mainly: green. Hex color #5ABFB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ABFB9 is #A54046. Grayscale: #A0A0A0. Windows color (decimal): -10829895 or 12173146. OLE color: 12173146.
HSL color Cylindrical-coordinate representation of color #5ABFB9: hue angle of 176.44º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5ABFB9 is Cyan = 0.53, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 90 | 191 | 185 | - |
| CMYK | 0.53 | 0 | 0.03 | 0.25 |
| HSL | 176.44º | 0.44% | 0.55% | - |
| HSV(B) | 176.44º | 0.53% | 0.75% | - |
| XYZ | 31.6 | 42.94 | 52.52 | - |
| YUV | 160.12 | 142.04 | 77.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 191 | 185 | 0.53 | 0 | 0.03 | 0.25 | 176.44 | 0.44 | 0.55 |
| Hex | 5A | BF | B9 | 35 | 0 | 3 | 19 | B0 | 2C | 37 |
| Octal | 132 | 277 | 271 | 65 | 0 | 3 | 31 | 260 | 54 | 67 |
| Binary | 1011010 | 10111111 | 10111001 | 110101 | 0 | 11 | 11001 | 10110000 | 101100 | 110111 |
Color Harmonies of #5ABFB9
Complementary color
Monochromatic Colors of #5ABFB9
Black with #5ABFB9
Text Example
Text Example
White with #5ABFB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABFB9; }
p { color: rgb(90,191,185); }
H1.HeaderClassName
{
color: #5ABFB9;
}
.AnyTagClassName
{
color: #5ABFB9;
}
</style>
background-color css
<style>
a { background-color: #5ABFB9; }
a { background-color: rgb(90,191,185); }
div.DivClassName
{
background-color: #5ABFB9;
}
.BgClassName
{
background-color: #5ABFB9;
}
</style>
border-color css
<style>
span { border-color: #5ABFB9; }
span { border-color: rgb(90,191,185); }
td.TdClassName
{
border-color: #5ABFB9;
}
.TagClassName
{
border-color: #5ABFB9;
}
</style>