Shades of Fountain Blue #5AAEA8
Tints of Fountain Blue #5AAEA8
RGB
CMYK
RGB Variations
Color information
#5AAEA8 (or 0x5AAEA8) is known color: Fountain Blue. HEX triplet: 5A, AE and A8. RGB value is (90,174,168). Sum of RGB (Red+Green+Blue) = 90+174+168=432 (57% of max value = 765). Red value is 90 (35.55% from 255 or 20.83% from 432); Green value is 174 (68.36% from 255 or 40.28% from 432); Blue value is 168 (66.02% from 255 or 38.89% from 432); Max value from RGB is 174 - color contains mainly: green. Hex color #5AAEA8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AAEA8 is #A55157. Grayscale: #949494. Windows color (decimal): -10834264 or 11054682. OLE color: 11054682.
HSL color Cylindrical-coordinate representation of color #5AAEA8: hue angle of 175.71º 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 #5AAEA8 is Cyan = 0.48, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 90 | 174 | 168 | - |
| CMYK | 0.48 | 0 | 0.03 | 0.32 |
| HSL | 175.71º | 0.34% | 0.52% | - |
| HSV(B) | 175.71º | 0.48% | 0.68% | - |
| XYZ | 26.42 | 35.27 | 42.46 | - |
| YUV | 148.2 | 139.17 | 86.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 174 | 168 | 0.48 | 0 | 0.03 | 0.32 | 175.71 | 0.34 | 0.52 |
| Hex | 5A | AE | A8 | 30 | 0 | 3 | 20 | B0 | 22 | 34 |
| Octal | 132 | 256 | 250 | 60 | 0 | 3 | 40 | 260 | 42 | 64 |
| Binary | 1011010 | 10101110 | 10101000 | 110000 | 0 | 11 | 100000 | 10110000 | 100010 | 110100 |
Color Harmonies of #5AAEA8
Complementary color
Monochromatic Colors of #5AAEA8
Black with #5AAEA8
Text Example
Text Example
White with #5AAEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AAEA8; }
p { color: rgb(90,174,168); }
H1.HeaderClassName
{
color: #5AAEA8;
}
.AnyTagClassName
{
color: #5AAEA8;
}
</style>
background-color css
<style>
a { background-color: #5AAEA8; }
a { background-color: rgb(90,174,168); }
div.DivClassName
{
background-color: #5AAEA8;
}
.BgClassName
{
background-color: #5AAEA8;
}
</style>
border-color css
<style>
span { border-color: #5AAEA8; }
span { border-color: rgb(90,174,168); }
td.TdClassName
{
border-color: #5AAEA8;
}
.TagClassName
{
border-color: #5AAEA8;
}
</style>