Shades of Fountain Blue #5DACAB
Tints of Fountain Blue #5DACAB
RGB
CMYK
RGB Variations
Color information
#5DACAB (or 0x5DACAB) is known color: Fountain Blue. HEX triplet: 5D, AC and AB. RGB value is (93,172,171). Sum of RGB (Red+Green+Blue) = 93+172+171=436 (57% of max value = 765). Red value is 93 (36.72% from 255 or 21.33% from 436); Green value is 172 (67.58% from 255 or 39.45% from 436); Blue value is 171 (67.19% from 255 or 39.22% from 436); Max value from RGB is 172 - color contains mainly: green. Hex color #5DACAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5DACAB is #A25354. Grayscale: #949494. Windows color (decimal): -10638165 or 11250781. OLE color: 11250781.
HSL color Cylindrical-coordinate representation of color #5DACAB: hue angle of 179.24º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5DACAB is Cyan = 0.46, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 93 | 172 | 171 | - |
| CMYK | 0.46 | 0 | 0.01 | 0.33 |
| HSL | 179.24º | 0.32% | 0.52% | - |
| HSV(B) | 179.24º | 0.46% | 0.67% | - |
| XYZ | 26.62 | 34.77 | 43.84 | - |
| YUV | 148.27 | 140.83 | 88.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 172 | 171 | 0.46 | 0 | 0.01 | 0.33 | 179.24 | 0.32 | 0.52 |
| Hex | 5D | AC | AB | 2E | 0 | 1 | 21 | B3 | 20 | 34 |
| Octal | 135 | 254 | 253 | 56 | 0 | 1 | 41 | 263 | 40 | 64 |
| Binary | 1011101 | 10101100 | 10101011 | 101110 | 0 | 1 | 100001 | 10110011 | 100000 | 110100 |
Color Harmonies of #5DACAB
Complementary color
Monochromatic Colors of #5DACAB
Black with #5DACAB
Text Example
Text Example
White with #5DACAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DACAB; }
p { color: rgb(93,172,171); }
H1.HeaderClassName
{
color: #5DACAB;
}
.AnyTagClassName
{
color: #5DACAB;
}
</style>
background-color css
<style>
a { background-color: #5DACAB; }
a { background-color: rgb(93,172,171); }
div.DivClassName
{
background-color: #5DACAB;
}
.BgClassName
{
background-color: #5DACAB;
}
</style>
border-color css
<style>
span { border-color: #5DACAB; }
span { border-color: rgb(93,172,171); }
td.TdClassName
{
border-color: #5DACAB;
}
.TagClassName
{
border-color: #5DACAB;
}
</style>