Shades of Fountain Blue #66A3AC
Tints of Fountain Blue #66A3AC
RGB
CMYK
RGB Variations
Color information
#66A3AC (or 0x66A3AC) is known color: Fountain Blue. HEX triplet: 66, A3 and AC. RGB value is (102,163,172). Sum of RGB (Red+Green+Blue) = 102+163+172=437 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.34% from 437); Green value is 163 (64.06% from 255 or 37.30% from 437); Blue value is 172 (67.58% from 255 or 39.36% from 437); Max value from RGB is 172 - color contains mainly: blue. Hex color #66A3AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66A3AC is #995C53. Grayscale: #919191. Windows color (decimal): -10050644 or 11314022. OLE color: 11314022.
HSL color Cylindrical-coordinate representation of color #66A3AC: hue angle of 187.71º 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 #66A3AC is Cyan = 0.41, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 102 | 163 | 172 | - |
| CMYK | 0.41 | 0.05 | 0 | 0.33 |
| HSL | 187.71º | 0.3% | 0.54% | - |
| HSV(B) | 187.71º | 0.41% | 0.67% | - |
| XYZ | 26.02 | 32 | 43.83 | - |
| YUV | 145.79 | 142.79 | 96.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 163 | 172 | 0.41 | 0.05 | 0 | 0.33 | 187.71 | 0.3 | 0.54 |
| Hex | 66 | A3 | AC | 29 | 5 | 0 | 21 | BC | 1E | 36 |
| Octal | 146 | 243 | 254 | 51 | 5 | 0 | 41 | 274 | 36 | 66 |
| Binary | 1100110 | 10100011 | 10101100 | 101001 | 101 | 0 | 100001 | 10111100 | 11110 | 110110 |
Color Harmonies of #66A3AC
Complementary color
Monochromatic Colors of #66A3AC
Black with #66A3AC
Text Example
Text Example
White with #66A3AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66A3AC; }
p { color: rgb(102,163,172); }
H1.HeaderClassName
{
color: #66A3AC;
}
.AnyTagClassName
{
color: #66A3AC;
}
</style>
background-color css
<style>
a { background-color: #66A3AC; }
a { background-color: rgb(102,163,172); }
div.DivClassName
{
background-color: #66A3AC;
}
.BgClassName
{
background-color: #66A3AC;
}
</style>
border-color css
<style>
span { border-color: #66A3AC; }
span { border-color: rgb(102,163,172); }
td.TdClassName
{
border-color: #66A3AC;
}
.TagClassName
{
border-color: #66A3AC;
}
</style>