Shades of Fountain Blue #5AB3AD
Tints of Fountain Blue #5AB3AD
RGB
CMYK
RGB Variations
Color information
#5AB3AD (or 0x5AB3AD) is known color: Fountain Blue. HEX triplet: 5A, B3 and AD. RGB value is (90,179,173). Sum of RGB (Red+Green+Blue) = 90+179+173=442 (58% of max value = 765). Red value is 90 (35.55% from 255 or 20.36% from 442); Green value is 179 (70.31% from 255 or 40.50% from 442); Blue value is 173 (67.97% from 255 or 39.14% from 442); Max value from RGB is 179 - color contains mainly: green. Hex color #5AB3AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AB3AD is #A54C52. Grayscale: #979797. Windows color (decimal): -10832979 or 11383642. OLE color: 11383642.
HSL color Cylindrical-coordinate representation of color #5AB3AD: hue angle of 175.96º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5AB3AD is Cyan = 0.50, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 90 | 179 | 173 | - |
| CMYK | 0.50 | 0 | 0.03 | 0.30 |
| HSL | 175.96º | 0.37% | 0.53% | - |
| HSV(B) | 175.96º | 0.5% | 0.7% | - |
| XYZ | 27.88 | 37.43 | 45.29 | - |
| YUV | 151.71 | 140.01 | 83.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 179 | 173 | 0.50 | 0 | 0.03 | 0.30 | 175.96 | 0.37 | 0.53 |
| Hex | 5A | B3 | AD | 32 | 0 | 3 | 1E | B0 | 25 | 35 |
| Octal | 132 | 263 | 255 | 62 | 0 | 3 | 36 | 260 | 45 | 65 |
| Binary | 1011010 | 10110011 | 10101101 | 110010 | 0 | 11 | 11110 | 10110000 | 100101 | 110101 |
Color Harmonies of #5AB3AD
Complementary color
Monochromatic Colors of #5AB3AD
Black with #5AB3AD
Text Example
Text Example
White with #5AB3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB3AD; }
p { color: rgb(90,179,173); }
H1.HeaderClassName
{
color: #5AB3AD;
}
.AnyTagClassName
{
color: #5AB3AD;
}
</style>
background-color css
<style>
a { background-color: #5AB3AD; }
a { background-color: rgb(90,179,173); }
div.DivClassName
{
background-color: #5AB3AD;
}
.BgClassName
{
background-color: #5AB3AD;
}
</style>
border-color css
<style>
span { border-color: #5AB3AD; }
span { border-color: rgb(90,179,173); }
td.TdClassName
{
border-color: #5AB3AD;
}
.TagClassName
{
border-color: #5AB3AD;
}
</style>