Shades of Fountain Blue #5CACAE
Tints of Fountain Blue #5CACAE
RGB
CMYK
RGB Variations
Color information
#5CACAE (or 0x5CACAE) is known color: Fountain Blue. HEX triplet: 5C, AC and AE. RGB value is (92,172,174). Sum of RGB (Red+Green+Blue) = 92+172+174=438 (58% of max value = 765). Red value is 92 (36.33% from 255 or 21.00% from 438); Green value is 172 (67.58% from 255 or 39.27% from 438); Blue value is 174 (68.36% from 255 or 39.73% from 438); Max value from RGB is 174 - color contains mainly: blue. Hex color #5CACAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5CACAE is #A35351. Grayscale: #949494. Windows color (decimal): -10703698 or 11447388. OLE color: 11447388.
HSL color Cylindrical-coordinate representation of color #5CACAE: hue angle of 181.46º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5CACAE is Cyan = 0.47, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 92 | 172 | 174 | - |
| CMYK | 0.47 | 0.01 | 0 | 0.32 |
| HSL | 181.46º | 0.34% | 0.52% | - |
| HSV(B) | 181.46º | 0.47% | 0.68% | - |
| XYZ | 26.81 | 34.84 | 45.36 | - |
| YUV | 148.31 | 142.5 | 87.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 172 | 174 | 0.47 | 0.01 | 0 | 0.32 | 181.46 | 0.34 | 0.52 |
| Hex | 5C | AC | AE | 2F | 1 | 0 | 20 | B5 | 22 | 34 |
| Octal | 134 | 254 | 256 | 57 | 1 | 0 | 40 | 265 | 42 | 64 |
| Binary | 1011100 | 10101100 | 10101110 | 101111 | 1 | 0 | 100000 | 10110101 | 100010 | 110100 |
Color Harmonies of #5CACAE
Complementary color
Monochromatic Colors of #5CACAE
Black with #5CACAE
Text Example
Text Example
White with #5CACAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CACAE; }
p { color: rgb(92,172,174); }
H1.HeaderClassName
{
color: #5CACAE;
}
.AnyTagClassName
{
color: #5CACAE;
}
</style>
background-color css
<style>
a { background-color: #5CACAE; }
a { background-color: rgb(92,172,174); }
div.DivClassName
{
background-color: #5CACAE;
}
.BgClassName
{
background-color: #5CACAE;
}
</style>
border-color css
<style>
span { border-color: #5CACAE; }
span { border-color: rgb(92,172,174); }
td.TdClassName
{
border-color: #5CACAE;
}
.TagClassName
{
border-color: #5CACAE;
}
</style>