Shades of Fountain Blue #66ADAC
Tints of Fountain Blue #66ADAC
RGB
CMYK
RGB Variations
Color information
#66ADAC (or 0x66ADAC) is known color: Fountain Blue. HEX triplet: 66, AD and AC. RGB value is (102,173,172). Sum of RGB (Red+Green+Blue) = 102+173+172=447 (59% of max value = 765). Red value is 102 (40.23% from 255 or 22.82% from 447); Green value is 173 (67.97% from 255 or 38.70% from 447); Blue value is 172 (67.58% from 255 or 38.48% from 447); Max value from RGB is 173 - color contains mainly: green. Hex color #66ADAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66ADAC is #995253. Grayscale: #979797. Windows color (decimal): -10048084 or 11316582. OLE color: 11316582.
HSL color Cylindrical-coordinate representation of color #66ADAC: hue angle of 179.15º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #66ADAC is Cyan = 0.41, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 102 | 173 | 172 | - |
| CMYK | 0.41 | 0 | 0.01 | 0.32 |
| HSL | 179.15º | 0.3% | 0.54% | - |
| HSV(B) | 179.15º | 0.41% | 0.68% | - |
| XYZ | 27.87 | 35.69 | 44.45 | - |
| YUV | 151.66 | 139.48 | 92.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 173 | 172 | 0.41 | 0 | 0.01 | 0.32 | 179.15 | 0.3 | 0.54 |
| Hex | 66 | AD | AC | 29 | 0 | 1 | 20 | B3 | 1E | 36 |
| Octal | 146 | 255 | 254 | 51 | 0 | 1 | 40 | 263 | 36 | 66 |
| Binary | 1100110 | 10101101 | 10101100 | 101001 | 0 | 1 | 100000 | 10110011 | 11110 | 110110 |
Color Harmonies of #66ADAC
Complementary color
Monochromatic Colors of #66ADAC
Black with #66ADAC
Text Example
Text Example
White with #66ADAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66ADAC; }
p { color: rgb(102,173,172); }
H1.HeaderClassName
{
color: #66ADAC;
}
.AnyTagClassName
{
color: #66ADAC;
}
</style>
background-color css
<style>
a { background-color: #66ADAC; }
a { background-color: rgb(102,173,172); }
div.DivClassName
{
background-color: #66ADAC;
}
.BgClassName
{
background-color: #66ADAC;
}
</style>
border-color css
<style>
span { border-color: #66ADAC; }
span { border-color: rgb(102,173,172); }
td.TdClassName
{
border-color: #66ADAC;
}
.TagClassName
{
border-color: #66ADAC;
}
</style>