Shades of Fountain Blue #66A8AB
Tints of Fountain Blue #66A8AB
RGB
CMYK
RGB Variations
Color information
#66A8AB (or 0x66A8AB) is known color: Fountain Blue. HEX triplet: 66, A8 and AB. RGB value is (102,168,171). Sum of RGB (Red+Green+Blue) = 102+168+171=441 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.13% from 441); Green value is 168 (66.02% from 255 or 38.10% from 441); Blue value is 171 (67.19% from 255 or 38.78% from 441); Max value from RGB is 171 - color contains mainly: blue. Hex color #66A8AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66A8AB is #995754. Grayscale: #949494. Windows color (decimal): -10049365 or 11249766. OLE color: 11249766.
HSL color Cylindrical-coordinate representation of color #66A8AB: hue angle of 182.61º 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 #66A8AB is Cyan = 0.40, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 102 | 168 | 171 | - |
| CMYK | 0.40 | 0.02 | 0 | 0.33 |
| HSL | 182.61º | 0.29% | 0.54% | - |
| HSV(B) | 182.61º | 0.4% | 0.67% | - |
| XYZ | 26.83 | 33.77 | 43.63 | - |
| YUV | 148.61 | 140.63 | 94.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 168 | 171 | 0.40 | 0.02 | 0 | 0.33 | 182.61 | 0.29 | 0.54 |
| Hex | 66 | A8 | AB | 28 | 2 | 0 | 21 | B7 | 1D | 36 |
| Octal | 146 | 250 | 253 | 50 | 2 | 0 | 41 | 267 | 35 | 66 |
| Binary | 1100110 | 10101000 | 10101011 | 101000 | 10 | 0 | 100001 | 10110111 | 11101 | 110110 |
Color Harmonies of #66A8AB
Complementary color
Monochromatic Colors of #66A8AB
Black with #66A8AB
Text Example
Text Example
White with #66A8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66A8AB; }
p { color: rgb(102,168,171); }
H1.HeaderClassName
{
color: #66A8AB;
}
.AnyTagClassName
{
color: #66A8AB;
}
</style>
background-color css
<style>
a { background-color: #66A8AB; }
a { background-color: rgb(102,168,171); }
div.DivClassName
{
background-color: #66A8AB;
}
.BgClassName
{
background-color: #66A8AB;
}
</style>
border-color css
<style>
span { border-color: #66A8AB; }
span { border-color: rgb(102,168,171); }
td.TdClassName
{
border-color: #66A8AB;
}
.TagClassName
{
border-color: #66A8AB;
}
</style>