Shades of Fountain Blue #5EA8AE
Tints of Fountain Blue #5EA8AE
RGB
CMYK
RGB Variations
Color information
#5EA8AE (or 0x5EA8AE) is known color: Fountain Blue. HEX triplet: 5E, A8 and AE. RGB value is (94,168,174). Sum of RGB (Red+Green+Blue) = 94+168+174=436 (57% of max value = 765). Red value is 94 (37.11% from 255 or 21.56% from 436); Green value is 168 (66.02% from 255 or 38.53% from 436); Blue value is 174 (68.36% from 255 or 39.91% from 436); Max value from RGB is 174 - color contains mainly: blue. Hex color #5EA8AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5EA8AE is #A15751. Grayscale: #929292. Windows color (decimal): -10573650 or 11446366. OLE color: 11446366.
HSL color Cylindrical-coordinate representation of color #5EA8AE: hue angle of 184.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 #5EA8AE is Cyan = 0.46, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 94 | 168 | 174 | - |
| CMYK | 0.46 | 0.03 | 0 | 0.32 |
| HSL | 184.5º | 0.33% | 0.53% | - |
| HSV(B) | 184.5º | 0.46% | 0.68% | - |
| XYZ | 26.26 | 33.44 | 45.12 | - |
| YUV | 146.56 | 143.48 | 90.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 168 | 174 | 0.46 | 0.03 | 0 | 0.32 | 184.5 | 0.33 | 0.53 |
| Hex | 5E | A8 | AE | 2E | 3 | 0 | 20 | B8 | 21 | 35 |
| Octal | 136 | 250 | 256 | 56 | 3 | 0 | 40 | 270 | 41 | 65 |
| Binary | 1011110 | 10101000 | 10101110 | 101110 | 11 | 0 | 100000 | 10111000 | 100001 | 110101 |
Color Harmonies of #5EA8AE
Complementary color
Monochromatic Colors of #5EA8AE
Black with #5EA8AE
Text Example
Text Example
White with #5EA8AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EA8AE; }
p { color: rgb(94,168,174); }
H1.HeaderClassName
{
color: #5EA8AE;
}
.AnyTagClassName
{
color: #5EA8AE;
}
</style>
background-color css
<style>
a { background-color: #5EA8AE; }
a { background-color: rgb(94,168,174); }
div.DivClassName
{
background-color: #5EA8AE;
}
.BgClassName
{
background-color: #5EA8AE;
}
</style>
border-color css
<style>
span { border-color: #5EA8AE; }
span { border-color: rgb(94,168,174); }
td.TdClassName
{
border-color: #5EA8AE;
}
.TagClassName
{
border-color: #5EA8AE;
}
</style>