Shades of Fountain Blue #60ADAC
Tints of Fountain Blue #60ADAC
RGB
CMYK
RGB Variations
Color information
#60ADAC (or 0x60ADAC) is known color: Fountain Blue. HEX triplet: 60, AD and AC. RGB value is (96,173,172). Sum of RGB (Red+Green+Blue) = 96+173+172=441 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.77% from 441); Green value is 173 (67.97% from 255 or 39.23% from 441); Blue value is 172 (67.58% from 255 or 39.00% from 441); Max value from RGB is 173 - color contains mainly: green. Hex color #60ADAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60ADAC is #9F5253. Grayscale: #959595. Windows color (decimal): -10441300 or 11316576. OLE color: 11316576.
HSL color Cylindrical-coordinate representation of color #60ADAC: hue angle of 179.22º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #60ADAC is Cyan = 0.45, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 96 | 173 | 172 | - |
| CMYK | 0.45 | 0 | 0.01 | 0.32 |
| HSL | 179.22º | 0.32% | 0.53% | - |
| HSV(B) | 179.22º | 0.45% | 0.68% | - |
| XYZ | 27.21 | 35.35 | 44.42 | - |
| YUV | 149.86 | 140.49 | 89.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 173 | 172 | 0.45 | 0 | 0.01 | 0.32 | 179.22 | 0.32 | 0.53 |
| Hex | 60 | AD | AC | 2D | 0 | 1 | 20 | B3 | 20 | 35 |
| Octal | 140 | 255 | 254 | 55 | 0 | 1 | 40 | 263 | 40 | 65 |
| Binary | 1100000 | 10101101 | 10101100 | 101101 | 0 | 1 | 100000 | 10110011 | 100000 | 110101 |
Color Harmonies of #60ADAC
Complementary color
Monochromatic Colors of #60ADAC
Black with #60ADAC
Text Example
Text Example
White with #60ADAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60ADAC; }
p { color: rgb(96,173,172); }
H1.HeaderClassName
{
color: #60ADAC;
}
.AnyTagClassName
{
color: #60ADAC;
}
</style>
background-color css
<style>
a { background-color: #60ADAC; }
a { background-color: rgb(96,173,172); }
div.DivClassName
{
background-color: #60ADAC;
}
.BgClassName
{
background-color: #60ADAC;
}
</style>
border-color css
<style>
span { border-color: #60ADAC; }
span { border-color: rgb(96,173,172); }
td.TdClassName
{
border-color: #60ADAC;
}
.TagClassName
{
border-color: #60ADAC;
}
</style>