Shades of Fountain Blue #66A6AC
Tints of Fountain Blue #66A6AC
RGB
CMYK
RGB Variations
Color information
#66A6AC (or 0x66A6AC) is known color: Fountain Blue. HEX triplet: 66, A6 and AC. RGB value is (102,166,172). Sum of RGB (Red+Green+Blue) = 102+166+172=440 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.18% from 440); Green value is 166 (65.23% from 255 or 37.73% from 440); Blue value is 172 (67.58% from 255 or 39.09% from 440); Max value from RGB is 172 - color contains mainly: blue. Hex color #66A6AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66A6AC is #995953. Grayscale: #939393. Windows color (decimal): -10049876 or 11314790. OLE color: 11314790.
HSL color Cylindrical-coordinate representation of color #66A6AC: hue angle of 185.14º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #66A6AC is Cyan = 0.41, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 102 | 166 | 172 | - |
| CMYK | 0.41 | 0.03 | 0 | 0.33 |
| HSL | 185.14º | 0.3% | 0.54% | - |
| HSV(B) | 185.14º | 0.41% | 0.67% | - |
| XYZ | 26.56 | 33.08 | 44.01 | - |
| YUV | 147.55 | 141.8 | 95.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 166 | 172 | 0.41 | 0.03 | 0 | 0.33 | 185.14 | 0.3 | 0.54 |
| Hex | 66 | A6 | AC | 29 | 3 | 0 | 21 | B9 | 1E | 36 |
| Octal | 146 | 246 | 254 | 51 | 3 | 0 | 41 | 271 | 36 | 66 |
| Binary | 1100110 | 10100110 | 10101100 | 101001 | 11 | 0 | 100001 | 10111001 | 11110 | 110110 |
Color Harmonies of #66A6AC
Complementary color
Monochromatic Colors of #66A6AC
Black with #66A6AC
Text Example
Text Example
White with #66A6AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66A6AC; }
p { color: rgb(102,166,172); }
H1.HeaderClassName
{
color: #66A6AC;
}
.AnyTagClassName
{
color: #66A6AC;
}
</style>
background-color css
<style>
a { background-color: #66A6AC; }
a { background-color: rgb(102,166,172); }
div.DivClassName
{
background-color: #66A6AC;
}
.BgClassName
{
background-color: #66A6AC;
}
</style>
border-color css
<style>
span { border-color: #66A6AC; }
span { border-color: rgb(102,166,172); }
td.TdClassName
{
border-color: #66A6AC;
}
.TagClassName
{
border-color: #66A6AC;
}
</style>