Shades of Fountain Blue #68A9AC
Tints of Fountain Blue #68A9AC
RGB
CMYK
RGB Variations
Color information
#68A9AC (or 0x68A9AC) is known color: Fountain Blue. HEX triplet: 68, A9 and AC. RGB value is (104,169,172). Sum of RGB (Red+Green+Blue) = 104+169+172=445 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.37% from 445); Green value is 169 (66.41% from 255 or 37.98% 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 #68A9AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68A9AC is #975653. Grayscale: #959595. Windows color (decimal): -9918036 or 11315560. OLE color: 11315560.
HSL color Cylindrical-coordinate representation of color #68A9AC: hue angle of 182.65º 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 #68A9AC is Cyan = 0.40, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 104 | 169 | 172 | - |
| CMYK | 0.40 | 0.02 | 0 | 0.33 |
| HSL | 182.65º | 0.29% | 0.54% | - |
| HSV(B) | 182.65º | 0.4% | 0.67% | - |
| XYZ | 27.34 | 34.3 | 44.21 | - |
| YUV | 149.91 | 140.47 | 95.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 169 | 172 | 0.40 | 0.02 | 0 | 0.33 | 182.65 | 0.29 | 0.54 |
| Hex | 68 | A9 | AC | 28 | 2 | 0 | 21 | B7 | 1D | 36 |
| Octal | 150 | 251 | 254 | 50 | 2 | 0 | 41 | 267 | 35 | 66 |
| Binary | 1101000 | 10101001 | 10101100 | 101000 | 10 | 0 | 100001 | 10110111 | 11101 | 110110 |
Color Harmonies of #68A9AC
Complementary color
Monochromatic Colors of #68A9AC
Black with #68A9AC
Text Example
Text Example
White with #68A9AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A9AC; }
p { color: rgb(104,169,172); }
H1.HeaderClassName
{
color: #68A9AC;
}
.AnyTagClassName
{
color: #68A9AC;
}
</style>
background-color css
<style>
a { background-color: #68A9AC; }
a { background-color: rgb(104,169,172); }
div.DivClassName
{
background-color: #68A9AC;
}
.BgClassName
{
background-color: #68A9AC;
}
</style>
border-color css
<style>
span { border-color: #68A9AC; }
span { border-color: rgb(104,169,172); }
td.TdClassName
{
border-color: #68A9AC;
}
.TagClassName
{
border-color: #68A9AC;
}
</style>