Shades of Fountain Blue #5AB5AF
Tints of Fountain Blue #5AB5AF
RGB
CMYK
RGB Variations
Color information
#5AB5AF (or 0x5AB5AF) is known color: Fountain Blue. HEX triplet: 5A, B5 and AF. RGB value is (90,181,175). Sum of RGB (Red+Green+Blue) = 90+181+175=446 (59% of max value = 765). Red value is 90 (35.55% from 255 or 20.18% from 446); Green value is 181 (71.09% from 255 or 40.58% from 446); Blue value is 175 (68.75% from 255 or 39.24% from 446); Max value from RGB is 181 - color contains mainly: green. Hex color #5AB5AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AB5AF is #A54A50. Grayscale: #999999. Windows color (decimal): -10832465 or 11515226. OLE color: 11515226.
HSL color Cylindrical-coordinate representation of color #5AB5AF: hue angle of 176.04º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5AB5AF is Cyan = 0.50, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 90 | 181 | 175 | - |
| CMYK | 0.50 | 0 | 0.03 | 0.29 |
| HSL | 176.04º | 0.38% | 0.53% | - |
| HSV(B) | 176.04º | 0.5% | 0.71% | - |
| XYZ | 28.48 | 38.32 | 46.45 | - |
| YUV | 153.11 | 140.35 | 82.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 181 | 175 | 0.50 | 0 | 0.03 | 0.29 | 176.04 | 0.38 | 0.53 |
| Hex | 5A | B5 | AF | 32 | 0 | 3 | 1D | B0 | 26 | 35 |
| Octal | 132 | 265 | 257 | 62 | 0 | 3 | 35 | 260 | 46 | 65 |
| Binary | 1011010 | 10110101 | 10101111 | 110010 | 0 | 11 | 11101 | 10110000 | 100110 | 110101 |
Color Harmonies of #5AB5AF
Complementary color
Monochromatic Colors of #5AB5AF
Black with #5AB5AF
Text Example
Text Example
White with #5AB5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB5AF; }
p { color: rgb(90,181,175); }
H1.HeaderClassName
{
color: #5AB5AF;
}
.AnyTagClassName
{
color: #5AB5AF;
}
</style>
background-color css
<style>
a { background-color: #5AB5AF; }
a { background-color: rgb(90,181,175); }
div.DivClassName
{
background-color: #5AB5AF;
}
.BgClassName
{
background-color: #5AB5AF;
}
</style>
border-color css
<style>
span { border-color: #5AB5AF; }
span { border-color: rgb(90,181,175); }
td.TdClassName
{
border-color: #5AB5AF;
}
.TagClassName
{
border-color: #5AB5AF;
}
</style>