Shades of Fountain Blue #5EA4AE
Tints of Fountain Blue #5EA4AE
RGB
CMYK
RGB Variations
Color information
#5EA4AE (or 0x5EA4AE) is known color: Fountain Blue. HEX triplet: 5E, A4 and AE. RGB value is (94,164,174). Sum of RGB (Red+Green+Blue) = 94+164+174=432 (57% of max value = 765). Red value is 94 (37.11% from 255 or 21.76% from 432); Green value is 164 (64.45% from 255 or 37.96% from 432); Blue value is 174 (68.36% from 255 or 40.28% from 432); Max value from RGB is 174 - color contains mainly: blue. Hex color #5EA4AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5EA4AE is #A15B51. Grayscale: #909090. Windows color (decimal): -10574674 or 11445342. OLE color: 11445342.
HSL color Cylindrical-coordinate representation of color #5EA4AE: hue angle of 187.5º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5EA4AE is Cyan = 0.46, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 94 | 164 | 174 | - |
| CMYK | 0.46 | 0.06 | 0 | 0.32 |
| HSL | 187.5º | 0.33% | 0.53% | - |
| HSV(B) | 187.5º | 0.46% | 0.68% | - |
| XYZ | 25.53 | 31.99 | 44.87 | - |
| YUV | 144.21 | 144.81 | 92.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 164 | 174 | 0.46 | 0.06 | 0 | 0.32 | 187.5 | 0.33 | 0.53 |
| Hex | 5E | A4 | AE | 2E | 6 | 0 | 20 | BC | 21 | 35 |
| Octal | 136 | 244 | 256 | 56 | 6 | 0 | 40 | 274 | 41 | 65 |
| Binary | 1011110 | 10100100 | 10101110 | 101110 | 110 | 0 | 100000 | 10111100 | 100001 | 110101 |
Color Harmonies of #5EA4AE
Complementary color
Monochromatic Colors of #5EA4AE
Black with #5EA4AE
Text Example
Text Example
White with #5EA4AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EA4AE; }
p { color: rgb(94,164,174); }
H1.HeaderClassName
{
color: #5EA4AE;
}
.AnyTagClassName
{
color: #5EA4AE;
}
</style>
background-color css
<style>
a { background-color: #5EA4AE; }
a { background-color: rgb(94,164,174); }
div.DivClassName
{
background-color: #5EA4AE;
}
.BgClassName
{
background-color: #5EA4AE;
}
</style>
border-color css
<style>
span { border-color: #5EA4AE; }
span { border-color: rgb(94,164,174); }
td.TdClassName
{
border-color: #5EA4AE;
}
.TagClassName
{
border-color: #5EA4AE;
}
</style>