Shades of Fountain Blue #66A8AA
Tints of Fountain Blue #66A8AA
RGB
CMYK
RGB Variations
Color information
#66A8AA (or 0x66A8AA) is known color: Fountain Blue. HEX triplet: 66, A8 and AA. RGB value is (102,168,170). Sum of RGB (Red+Green+Blue) = 102+168+170=440 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.18% from 440); Green value is 168 (66.02% from 255 or 38.18% from 440); Blue value is 170 (66.80% from 255 or 38.64% from 440); Max value from RGB is 170 - color contains mainly: blue. Hex color #66A8AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66A8AA is #995755. Grayscale: #949494. Windows color (decimal): -10049366 or 11184230. OLE color: 11184230.
HSL color Cylindrical-coordinate representation of color #66A8AA: hue angle of 181.76º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #66A8AA is Cyan = 0.4, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 102 | 168 | 170 | - |
| CMYK | 0.4 | 0.01 | 0 | 0.33 |
| HSL | 181.76º | 0.29% | 0.53% | - |
| HSV(B) | 181.76º | 0.4% | 0.67% | - |
| XYZ | 26.74 | 33.73 | 43.13 | - |
| YUV | 148.49 | 140.13 | 94.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 168 | 170 | 0.4 | 0.01 | 0 | 0.33 | 181.76 | 0.29 | 0.53 |
| Hex | 66 | A8 | AA | 28 | 1 | 0 | 21 | B6 | 1D | 35 |
| Octal | 146 | 250 | 252 | 50 | 1 | 0 | 41 | 266 | 35 | 65 |
| Binary | 1100110 | 10101000 | 10101010 | 101000 | 1 | 0 | 100001 | 10110110 | 11101 | 110101 |
Color Harmonies of #66A8AA
Complementary color
Monochromatic Colors of #66A8AA
Black with #66A8AA
Text Example
Text Example
White with #66A8AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66A8AA; }
p { color: rgb(102,168,170); }
H1.HeaderClassName
{
color: #66A8AA;
}
.AnyTagClassName
{
color: #66A8AA;
}
</style>
background-color css
<style>
a { background-color: #66A8AA; }
a { background-color: rgb(102,168,170); }
div.DivClassName
{
background-color: #66A8AA;
}
.BgClassName
{
background-color: #66A8AA;
}
</style>
border-color css
<style>
span { border-color: #66A8AA; }
span { border-color: rgb(102,168,170); }
td.TdClassName
{
border-color: #66A8AA;
}
.TagClassName
{
border-color: #66A8AA;
}
</style>