Shades of Fountain Blue #5EACAA
Tints of Fountain Blue #5EACAA
RGB
CMYK
RGB Variations
Color information
#5EACAA (or 0x5EACAA) is known color: Fountain Blue. HEX triplet: 5E, AC and AA. RGB value is (94,172,170). Sum of RGB (Red+Green+Blue) = 94+172+170=436 (57% of max value = 765). Red value is 94 (37.11% from 255 or 21.56% from 436); Green value is 172 (67.58% from 255 or 39.45% from 436); Blue value is 170 (66.80% from 255 or 38.99% from 436); Max value from RGB is 172 - color contains mainly: green. Hex color #5EACAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5EACAA is #A15355. Grayscale: #949494. Windows color (decimal): -10572630 or 11185246. OLE color: 11185246.
HSL color Cylindrical-coordinate representation of color #5EACAA: hue angle of 178.46º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5EACAA is Cyan = 0.45, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 94 | 172 | 170 | - |
| CMYK | 0.45 | 0 | 0.01 | 0.33 |
| HSL | 178.46º | 0.32% | 0.52% | - |
| HSV(B) | 178.46º | 0.45% | 0.67% | - |
| XYZ | 26.62 | 34.79 | 43.34 | - |
| YUV | 148.45 | 140.16 | 89.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 172 | 170 | 0.45 | 0 | 0.01 | 0.33 | 178.46 | 0.32 | 0.52 |
| Hex | 5E | AC | AA | 2D | 0 | 1 | 21 | B2 | 20 | 34 |
| Octal | 136 | 254 | 252 | 55 | 0 | 1 | 41 | 262 | 40 | 64 |
| Binary | 1011110 | 10101100 | 10101010 | 101101 | 0 | 1 | 100001 | 10110010 | 100000 | 110100 |
Color Harmonies of #5EACAA
Complementary color
Monochromatic Colors of #5EACAA
Black with #5EACAA
Text Example
Text Example
White with #5EACAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EACAA; }
p { color: rgb(94,172,170); }
H1.HeaderClassName
{
color: #5EACAA;
}
.AnyTagClassName
{
color: #5EACAA;
}
</style>
background-color css
<style>
a { background-color: #5EACAA; }
a { background-color: rgb(94,172,170); }
div.DivClassName
{
background-color: #5EACAA;
}
.BgClassName
{
background-color: #5EACAA;
}
</style>
border-color css
<style>
span { border-color: #5EACAA; }
span { border-color: rgb(94,172,170); }
td.TdClassName
{
border-color: #5EACAA;
}
.TagClassName
{
border-color: #5EACAA;
}
</style>