Shades of Fountain Blue #5DACAD
Tints of Fountain Blue #5DACAD
RGB
CMYK
RGB Variations
Color information
#5DACAD (or 0x5DACAD) is known color: Fountain Blue. HEX triplet: 5D, AC and AD. RGB value is (93,172,173). Sum of RGB (Red+Green+Blue) = 93+172+173=438 (58% of max value = 765). Red value is 93 (36.72% from 255 or 21.23% from 438); Green value is 172 (67.58% from 255 or 39.27% from 438); Blue value is 173 (67.97% from 255 or 39.50% from 438); Max value from RGB is 173 - color contains mainly: blue. Hex color #5DACAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5DACAD is #A25352. Grayscale: #949494. Windows color (decimal): -10638163 or 11381853. OLE color: 11381853.
HSL color Cylindrical-coordinate representation of color #5DACAD: hue angle of 180.75º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5DACAD is Cyan = 0.46, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 93 | 172 | 173 | - |
| CMYK | 0.46 | 0.01 | 0 | 0.32 |
| HSL | 180.75º | 0.33% | 0.52% | - |
| HSV(B) | 180.75º | 0.46% | 0.68% | - |
| XYZ | 26.81 | 34.85 | 44.85 | - |
| YUV | 148.49 | 141.83 | 88.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 172 | 173 | 0.46 | 0.01 | 0 | 0.32 | 180.75 | 0.33 | 0.52 |
| Hex | 5D | AC | AD | 2E | 1 | 0 | 20 | B5 | 21 | 34 |
| Octal | 135 | 254 | 255 | 56 | 1 | 0 | 40 | 265 | 41 | 64 |
| Binary | 1011101 | 10101100 | 10101101 | 101110 | 1 | 0 | 100000 | 10110101 | 100001 | 110100 |
Color Harmonies of #5DACAD
Complementary color
Monochromatic Colors of #5DACAD
Black with #5DACAD
Text Example
Text Example
White with #5DACAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DACAD; }
p { color: rgb(93,172,173); }
H1.HeaderClassName
{
color: #5DACAD;
}
.AnyTagClassName
{
color: #5DACAD;
}
</style>
background-color css
<style>
a { background-color: #5DACAD; }
a { background-color: rgb(93,172,173); }
div.DivClassName
{
background-color: #5DACAD;
}
.BgClassName
{
background-color: #5DACAD;
}
</style>
border-color css
<style>
span { border-color: #5DACAD; }
span { border-color: rgb(93,172,173); }
td.TdClassName
{
border-color: #5DACAD;
}
.TagClassName
{
border-color: #5DACAD;
}
</style>