Shades of Fountain Blue #5CAEAC
Tints of Fountain Blue #5CAEAC
RGB
CMYK
RGB Variations
Color information
#5CAEAC (or 0x5CAEAC) is known color: Fountain Blue. HEX triplet: 5C, AE and AC. RGB value is (92,174,172). Sum of RGB (Red+Green+Blue) = 92+174+172=438 (58% of max value = 765). Red value is 92 (36.33% from 255 or 21.00% from 438); Green value is 174 (68.36% from 255 or 39.73% from 438); Blue value is 172 (67.58% from 255 or 39.27% from 438); Max value from RGB is 174 - color contains mainly: green. Hex color #5CAEAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5CAEAC is #A35153. Grayscale: #959595. Windows color (decimal): -10703188 or 11316828. OLE color: 11316828.
HSL color Cylindrical-coordinate representation of color #5CAEAC: hue angle of 178.54º 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 #5CAEAC is Cyan = 0.47, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 92 | 174 | 172 | - |
| CMYK | 0.47 | 0 | 0.01 | 0.32 |
| HSL | 178.54º | 0.34% | 0.52% | - |
| HSV(B) | 178.54º | 0.47% | 0.68% | - |
| XYZ | 27 | 35.53 | 44.46 | - |
| YUV | 149.25 | 140.83 | 87.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 174 | 172 | 0.47 | 0 | 0.01 | 0.32 | 178.54 | 0.34 | 0.52 |
| Hex | 5C | AE | AC | 2F | 0 | 1 | 20 | B3 | 22 | 34 |
| Octal | 134 | 256 | 254 | 57 | 0 | 1 | 40 | 263 | 42 | 64 |
| Binary | 1011100 | 10101110 | 10101100 | 101111 | 0 | 1 | 100000 | 10110011 | 100010 | 110100 |
Color Harmonies of #5CAEAC
Complementary color
Monochromatic Colors of #5CAEAC
Black with #5CAEAC
Text Example
Text Example
White with #5CAEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CAEAC; }
p { color: rgb(92,174,172); }
H1.HeaderClassName
{
color: #5CAEAC;
}
.AnyTagClassName
{
color: #5CAEAC;
}
</style>
background-color css
<style>
a { background-color: #5CAEAC; }
a { background-color: rgb(92,174,172); }
div.DivClassName
{
background-color: #5CAEAC;
}
.BgClassName
{
background-color: #5CAEAC;
}
</style>
border-color css
<style>
span { border-color: #5CAEAC; }
span { border-color: rgb(92,174,172); }
td.TdClassName
{
border-color: #5CAEAC;
}
.TagClassName
{
border-color: #5CAEAC;
}
</style>