Shades of Fountain Blue #66A2AA
Tints of Fountain Blue #66A2AA
RGB
CMYK
RGB Variations
Color information
#66A2AA (or 0x66A2AA) is known color: Fountain Blue. HEX triplet: 66, A2 and AA. RGB value is (102,162,170). Sum of RGB (Red+Green+Blue) = 102+162+170=434 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.50% from 434); Green value is 162 (63.67% from 255 or 37.33% from 434); Blue value is 170 (66.80% from 255 or 39.17% from 434); Max value from RGB is 170 - color contains mainly: blue. Hex color #66A2AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66A2AA is #995D55. Grayscale: #909090. Windows color (decimal): -10050902 or 11182694. OLE color: 11182694.
HSL color Cylindrical-coordinate representation of color #66A2AA: hue angle of 187.06º 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 #66A2AA is Cyan = 0.4, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 102 | 162 | 170 | - |
| CMYK | 0.4 | 0.05 | 0 | 0.33 |
| HSL | 187.06º | 0.29% | 0.53% | - |
| HSV(B) | 187.06º | 0.4% | 0.67% | - |
| XYZ | 25.66 | 31.57 | 42.77 | - |
| YUV | 144.97 | 142.12 | 97.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 162 | 170 | 0.4 | 0.05 | 0 | 0.33 | 187.06 | 0.29 | 0.53 |
| Hex | 66 | A2 | AA | 28 | 5 | 0 | 21 | BB | 1D | 35 |
| Octal | 146 | 242 | 252 | 50 | 5 | 0 | 41 | 273 | 35 | 65 |
| Binary | 1100110 | 10100010 | 10101010 | 101000 | 101 | 0 | 100001 | 10111011 | 11101 | 110101 |
Color Harmonies of #66A2AA
Complementary color
Monochromatic Colors of #66A2AA
Black with #66A2AA
Text Example
Text Example
White with #66A2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66A2AA; }
p { color: rgb(102,162,170); }
H1.HeaderClassName
{
color: #66A2AA;
}
.AnyTagClassName
{
color: #66A2AA;
}
</style>
background-color css
<style>
a { background-color: #66A2AA; }
a { background-color: rgb(102,162,170); }
div.DivClassName
{
background-color: #66A2AA;
}
.BgClassName
{
background-color: #66A2AA;
}
</style>
border-color css
<style>
span { border-color: #66A2AA; }
span { border-color: rgb(102,162,170); }
td.TdClassName
{
border-color: #66A2AA;
}
.TagClassName
{
border-color: #66A2AA;
}
</style>