Shades of Fountain Blue #66ABAF
Tints of Fountain Blue #66ABAF
RGB
CMYK
RGB Variations
Color information
#66ABAF (or 0x66ABAF) is known color: Fountain Blue. HEX triplet: 66, AB and AF. RGB value is (102,171,175). Sum of RGB (Red+Green+Blue) = 102+171+175=448 (59% of max value = 765). Red value is 102 (40.23% from 255 or 22.77% from 448); Green value is 171 (67.19% from 255 or 38.17% from 448); Blue value is 175 (68.75% from 255 or 39.06% from 448); Max value from RGB is 175 - color contains mainly: blue. Hex color #66ABAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66ABAF is #995450. Grayscale: #969696. Windows color (decimal): -10048593 or 11512678. OLE color: 11512678.
HSL color Cylindrical-coordinate representation of color #66ABAF: hue angle of 183.29º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #66ABAF is Cyan = 0.42, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 102 | 171 | 175 | - |
| CMYK | 0.42 | 0.02 | 0 | 0.31 |
| HSL | 183.29º | 0.31% | 0.54% | - |
| HSV(B) | 183.29º | 0.42% | 0.69% | - |
| XYZ | 27.78 | 35.05 | 45.86 | - |
| YUV | 150.83 | 141.64 | 93.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 171 | 175 | 0.42 | 0.02 | 0 | 0.31 | 183.29 | 0.31 | 0.54 |
| Hex | 66 | AB | AF | 2A | 2 | 0 | 1F | B7 | 1F | 36 |
| Octal | 146 | 253 | 257 | 52 | 2 | 0 | 37 | 267 | 37 | 66 |
| Binary | 1100110 | 10101011 | 10101111 | 101010 | 10 | 0 | 11111 | 10110111 | 11111 | 110110 |
Color Harmonies of #66ABAF
Complementary color
Monochromatic Colors of #66ABAF
Black with #66ABAF
Text Example
Text Example
White with #66ABAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66ABAF; }
p { color: rgb(102,171,175); }
H1.HeaderClassName
{
color: #66ABAF;
}
.AnyTagClassName
{
color: #66ABAF;
}
</style>
background-color css
<style>
a { background-color: #66ABAF; }
a { background-color: rgb(102,171,175); }
div.DivClassName
{
background-color: #66ABAF;
}
.BgClassName
{
background-color: #66ABAF;
}
</style>
border-color css
<style>
span { border-color: #66ABAF; }
span { border-color: rgb(102,171,175); }
td.TdClassName
{
border-color: #66ABAF;
}
.TagClassName
{
border-color: #66ABAF;
}
</style>