Shades of Fountain Blue #5EA2AE
Tints of Fountain Blue #5EA2AE
RGB
CMYK
RGB Variations
Color information
#5EA2AE (or 0x5EA2AE) is known color: Fountain Blue. HEX triplet: 5E, A2 and AE. RGB value is (94,162,174). Sum of RGB (Red+Green+Blue) = 94+162+174=430 (56% of max value = 765). Red value is 94 (37.11% from 255 or 21.86% from 430); Green value is 162 (63.67% from 255 or 37.67% from 430); Blue value is 174 (68.36% from 255 or 40.47% from 430); Max value from RGB is 174 - color contains mainly: blue. Hex color #5EA2AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5EA2AE is #A15D51. Grayscale: #8E8E8E. Windows color (decimal): -10575186 or 11444830. OLE color: 11444830.
HSL color Cylindrical-coordinate representation of color #5EA2AE: hue angle of 189º 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 #5EA2AE is Cyan = 0.46, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 94 | 162 | 174 | - |
| CMYK | 0.46 | 0.07 | 0 | 0.32 |
| HSL | 189º | 0.33% | 0.53% | - |
| HSV(B) | 189º | 0.46% | 0.68% | - |
| XYZ | 25.18 | 31.28 | 44.75 | - |
| YUV | 143.04 | 145.47 | 93.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 162 | 174 | 0.46 | 0.07 | 0 | 0.32 | 189 | 0.33 | 0.53 |
| Hex | 5E | A2 | AE | 2E | 7 | 0 | 20 | BD | 21 | 35 |
| Octal | 136 | 242 | 256 | 56 | 7 | 0 | 40 | 275 | 41 | 65 |
| Binary | 1011110 | 10100010 | 10101110 | 101110 | 111 | 0 | 100000 | 10111101 | 100001 | 110101 |
Color Harmonies of #5EA2AE
Complementary color
Monochromatic Colors of #5EA2AE
Black with #5EA2AE
Text Example
Text Example
White with #5EA2AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EA2AE; }
p { color: rgb(94,162,174); }
H1.HeaderClassName
{
color: #5EA2AE;
}
.AnyTagClassName
{
color: #5EA2AE;
}
</style>
background-color css
<style>
a { background-color: #5EA2AE; }
a { background-color: rgb(94,162,174); }
div.DivClassName
{
background-color: #5EA2AE;
}
.BgClassName
{
background-color: #5EA2AE;
}
</style>
border-color css
<style>
span { border-color: #5EA2AE; }
span { border-color: rgb(94,162,174); }
td.TdClassName
{
border-color: #5EA2AE;
}
.TagClassName
{
border-color: #5EA2AE;
}
</style>