Shades of Fountain Blue #5AADA8
Tints of Fountain Blue #5AADA8
RGB
CMYK
RGB Variations
Color information
#5AADA8 (or 0x5AADA8) is known color: Fountain Blue. HEX triplet: 5A, AD and A8. RGB value is (90,173,168). Sum of RGB (Red+Green+Blue) = 90+173+168=431 (57% of max value = 765). Red value is 90 (35.55% from 255 or 20.88% from 431); Green value is 173 (67.97% from 255 or 40.14% from 431); Blue value is 168 (66.02% from 255 or 38.98% from 431); Max value from RGB is 173 - color contains mainly: green. Hex color #5AADA8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AADA8 is #A55257. Grayscale: #939393. Windows color (decimal): -10834520 or 11054426. OLE color: 11054426.
HSL color Cylindrical-coordinate representation of color #5AADA8: hue angle of 176.39º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5AADA8 is Cyan = 0.48, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 90 | 173 | 168 | - |
| CMYK | 0.48 | 0 | 0.03 | 0.32 |
| HSL | 176.39º | 0.34% | 0.52% | - |
| HSV(B) | 176.39º | 0.48% | 0.68% | - |
| XYZ | 26.23 | 34.89 | 42.4 | - |
| YUV | 147.61 | 139.5 | 86.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 173 | 168 | 0.48 | 0 | 0.03 | 0.32 | 176.39 | 0.34 | 0.52 |
| Hex | 5A | AD | A8 | 30 | 0 | 3 | 20 | B0 | 22 | 34 |
| Octal | 132 | 255 | 250 | 60 | 0 | 3 | 40 | 260 | 42 | 64 |
| Binary | 1011010 | 10101101 | 10101000 | 110000 | 0 | 11 | 100000 | 10110000 | 100010 | 110100 |
Color Harmonies of #5AADA8
Complementary color
Monochromatic Colors of #5AADA8
Black with #5AADA8
Text Example
Text Example
White with #5AADA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AADA8; }
p { color: rgb(90,173,168); }
H1.HeaderClassName
{
color: #5AADA8;
}
.AnyTagClassName
{
color: #5AADA8;
}
</style>
background-color css
<style>
a { background-color: #5AADA8; }
a { background-color: rgb(90,173,168); }
div.DivClassName
{
background-color: #5AADA8;
}
.BgClassName
{
background-color: #5AADA8;
}
</style>
border-color css
<style>
span { border-color: #5AADA8; }
span { border-color: rgb(90,173,168); }
td.TdClassName
{
border-color: #5AADA8;
}
.TagClassName
{
border-color: #5AADA8;
}
</style>