Shades of Fountain Blue #66ABAC
Tints of Fountain Blue #66ABAC
RGB
CMYK
RGB Variations
Color information
#66ABAC (or 0x66ABAC) is known color: Fountain Blue. HEX triplet: 66, AB and AC. RGB value is (102,171,172). Sum of RGB (Red+Green+Blue) = 102+171+172=445 (58% of max value = 765). Red value is 102 (40.23% from 255 or 22.92% from 445); Green value is 171 (67.19% from 255 or 38.43% from 445); Blue value is 172 (67.58% from 255 or 38.65% from 445); Max value from RGB is 172 - color contains mainly: blue. Hex color #66ABAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66ABAC is #995453. Grayscale: #969696. Windows color (decimal): -10048596 or 11316070. OLE color: 11316070.
HSL color Cylindrical-coordinate representation of color #66ABAC: hue angle of 180.86º 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 #66ABAC is Cyan = 0.41, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 102 | 171 | 172 | - |
| CMYK | 0.41 | 0.01 | 0 | 0.33 |
| HSL | 180.86º | 0.3% | 0.54% | - |
| HSV(B) | 180.86º | 0.41% | 0.67% | - |
| XYZ | 27.49 | 34.93 | 44.32 | - |
| YUV | 150.48 | 140.14 | 93.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 171 | 172 | 0.41 | 0.01 | 0 | 0.33 | 180.86 | 0.3 | 0.54 |
| Hex | 66 | AB | AC | 29 | 1 | 0 | 21 | B5 | 1E | 36 |
| Octal | 146 | 253 | 254 | 51 | 1 | 0 | 41 | 265 | 36 | 66 |
| Binary | 1100110 | 10101011 | 10101100 | 101001 | 1 | 0 | 100001 | 10110101 | 11110 | 110110 |
Color Harmonies of #66ABAC
Complementary color
Monochromatic Colors of #66ABAC
Black with #66ABAC
Text Example
Text Example
White with #66ABAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66ABAC; }
p { color: rgb(102,171,172); }
H1.HeaderClassName
{
color: #66ABAC;
}
.AnyTagClassName
{
color: #66ABAC;
}
</style>
background-color css
<style>
a { background-color: #66ABAC; }
a { background-color: rgb(102,171,172); }
div.DivClassName
{
background-color: #66ABAC;
}
.BgClassName
{
background-color: #66ABAC;
}
</style>
border-color css
<style>
span { border-color: #66ABAC; }
span { border-color: rgb(102,171,172); }
td.TdClassName
{
border-color: #66ABAC;
}
.TagClassName
{
border-color: #66ABAC;
}
</style>