Shades of Fountain Blue #5CADAC
Tints of Fountain Blue #5CADAC
RGB
CMYK
RGB Variations
Color information
#5CADAC (or 0x5CADAC) is known color: Fountain Blue. HEX triplet: 5C, AD and AC. RGB value is (92,173,172). Sum of RGB (Red+Green+Blue) = 92+173+172=437 (57% of max value = 765). Red value is 92 (36.33% from 255 or 21.05% from 437); Green value is 173 (67.97% from 255 or 39.59% from 437); Blue value is 172 (67.58% from 255 or 39.36% from 437); Max value from RGB is 173 - color contains mainly: green. Hex color #5CADAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5CADAC is #A35253. Grayscale: #949494. Windows color (decimal): -10703444 or 11316572. OLE color: 11316572.
HSL color Cylindrical-coordinate representation of color #5CADAC: hue angle of 179.26º degrees, saturation: 0.33, 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 #5CADAC is Cyan = 0.47, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 92 | 173 | 172 | - |
| CMYK | 0.47 | 0 | 0.01 | 0.32 |
| HSL | 179.26º | 0.33% | 0.52% | - |
| HSV(B) | 179.26º | 0.47% | 0.68% | - |
| XYZ | 26.8 | 35.14 | 44.4 | - |
| YUV | 148.67 | 141.16 | 87.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 173 | 172 | 0.47 | 0 | 0.01 | 0.32 | 179.26 | 0.33 | 0.52 |
| Hex | 5C | AD | AC | 2F | 0 | 1 | 20 | B3 | 21 | 34 |
| Octal | 134 | 255 | 254 | 57 | 0 | 1 | 40 | 263 | 41 | 64 |
| Binary | 1011100 | 10101101 | 10101100 | 101111 | 0 | 1 | 100000 | 10110011 | 100001 | 110100 |
Color Harmonies of #5CADAC
Complementary color
Monochromatic Colors of #5CADAC
Black with #5CADAC
Text Example
Text Example
White with #5CADAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CADAC; }
p { color: rgb(92,173,172); }
H1.HeaderClassName
{
color: #5CADAC;
}
.AnyTagClassName
{
color: #5CADAC;
}
</style>
background-color css
<style>
a { background-color: #5CADAC; }
a { background-color: rgb(92,173,172); }
div.DivClassName
{
background-color: #5CADAC;
}
.BgClassName
{
background-color: #5CADAC;
}
</style>
border-color css
<style>
span { border-color: #5CADAC; }
span { border-color: rgb(92,173,172); }
td.TdClassName
{
border-color: #5CADAC;
}
.TagClassName
{
border-color: #5CADAC;
}
</style>