Shades of Fountain Blue #66A4AB
Tints of Fountain Blue #66A4AB
RGB
CMYK
RGB Variations
Color information
#66A4AB (or 0x66A4AB) is known color: Fountain Blue. HEX triplet: 66, A4 and AB. RGB value is (102,164,171). Sum of RGB (Red+Green+Blue) = 102+164+171=437 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.34% from 437); Green value is 164 (64.45% from 255 or 37.53% from 437); Blue value is 171 (67.19% from 255 or 39.13% from 437); Max value from RGB is 171 - color contains mainly: blue. Hex color #66A4AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66A4AB is #995B54. Grayscale: #929292. Windows color (decimal): -10050389 or 11248742. OLE color: 11248742.
HSL color Cylindrical-coordinate representation of color #66A4AB: hue angle of 186.09º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #66A4AB is Cyan = 0.40, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 102 | 164 | 171 | - |
| CMYK | 0.40 | 0.04 | 0 | 0.33 |
| HSL | 186.09º | 0.29% | 0.54% | - |
| HSV(B) | 186.09º | 0.4% | 0.67% | - |
| XYZ | 26.11 | 32.32 | 43.39 | - |
| YUV | 146.26 | 141.96 | 96.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 164 | 171 | 0.40 | 0.04 | 0 | 0.33 | 186.09 | 0.29 | 0.54 |
| Hex | 66 | A4 | AB | 28 | 4 | 0 | 21 | BA | 1D | 36 |
| Octal | 146 | 244 | 253 | 50 | 4 | 0 | 41 | 272 | 35 | 66 |
| Binary | 1100110 | 10100100 | 10101011 | 101000 | 100 | 0 | 100001 | 10111010 | 11101 | 110110 |
Color Harmonies of #66A4AB
Complementary color
Monochromatic Colors of #66A4AB
Black with #66A4AB
Text Example
Text Example
White with #66A4AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66A4AB; }
p { color: rgb(102,164,171); }
H1.HeaderClassName
{
color: #66A4AB;
}
.AnyTagClassName
{
color: #66A4AB;
}
</style>
background-color css
<style>
a { background-color: #66A4AB; }
a { background-color: rgb(102,164,171); }
div.DivClassName
{
background-color: #66A4AB;
}
.BgClassName
{
background-color: #66A4AB;
}
</style>
border-color css
<style>
span { border-color: #66A4AB; }
span { border-color: rgb(102,164,171); }
td.TdClassName
{
border-color: #66A4AB;
}
.TagClassName
{
border-color: #66A4AB;
}
</style>