Shades of Fountain Blue #5CADAB
Tints of Fountain Blue #5CADAB
RGB
CMYK
RGB Variations
Color information
#5CADAB (or 0x5CADAB) is known color: Fountain Blue. HEX triplet: 5C, AD and AB. RGB value is (92,173,171). Sum of RGB (Red+Green+Blue) = 92+173+171=436 (57% of max value = 765). Red value is 92 (36.33% from 255 or 21.10% from 436); Green value is 173 (67.97% from 255 or 39.68% from 436); Blue value is 171 (67.19% from 255 or 39.22% from 436); Max value from RGB is 173 - color contains mainly: green. Hex color #5CADAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5CADAB is #A35254. Grayscale: #949494. Windows color (decimal): -10703445 or 11251036. OLE color: 11251036.
HSL color Cylindrical-coordinate representation of color #5CADAB: hue angle of 178.52º 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 #5CADAB is Cyan = 0.47, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 92 | 173 | 171 | - |
| CMYK | 0.47 | 0 | 0.01 | 0.32 |
| HSL | 178.52º | 0.33% | 0.52% | - |
| HSV(B) | 178.52º | 0.47% | 0.68% | - |
| XYZ | 26.71 | 35.1 | 43.9 | - |
| YUV | 148.55 | 140.66 | 87.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 173 | 171 | 0.47 | 0 | 0.01 | 0.32 | 178.52 | 0.33 | 0.52 |
| Hex | 5C | AD | AB | 2F | 0 | 1 | 20 | B3 | 21 | 34 |
| Octal | 134 | 255 | 253 | 57 | 0 | 1 | 40 | 263 | 41 | 64 |
| Binary | 1011100 | 10101101 | 10101011 | 101111 | 0 | 1 | 100000 | 10110011 | 100001 | 110100 |
Color Harmonies of #5CADAB
Complementary color
Monochromatic Colors of #5CADAB
Black with #5CADAB
Text Example
Text Example
White with #5CADAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CADAB; }
p { color: rgb(92,173,171); }
H1.HeaderClassName
{
color: #5CADAB;
}
.AnyTagClassName
{
color: #5CADAB;
}
</style>
background-color css
<style>
a { background-color: #5CADAB; }
a { background-color: rgb(92,173,171); }
div.DivClassName
{
background-color: #5CADAB;
}
.BgClassName
{
background-color: #5CADAB;
}
</style>
border-color css
<style>
span { border-color: #5CADAB; }
span { border-color: rgb(92,173,171); }
td.TdClassName
{
border-color: #5CADAB;
}
.TagClassName
{
border-color: #5CADAB;
}
</style>