Shades of Fountain Blue #68AAAC
Tints of Fountain Blue #68AAAC
RGB
CMYK
RGB Variations
Color information
#68AAAC (or 0x68AAAC) is known color: Fountain Blue. HEX triplet: 68, AA and AC. RGB value is (104,170,172). Sum of RGB (Red+Green+Blue) = 104+170+172=446 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.32% from 446); Green value is 170 (66.80% from 255 or 38.12% from 446); Blue value is 172 (67.58% from 255 or 38.57% from 446); Max value from RGB is 172 - color contains mainly: blue. Hex color #68AAAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68AAAC is #975553. Grayscale: #969696. Windows color (decimal): -9917780 or 11315816. OLE color: 11315816.
HSL color Cylindrical-coordinate representation of color #68AAAC: hue angle of 181.76º 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 #68AAAC is Cyan = 0.40, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 104 | 170 | 172 | - |
| CMYK | 0.40 | 0.01 | 0 | 0.33 |
| HSL | 181.76º | 0.29% | 0.54% | - |
| HSV(B) | 181.76º | 0.4% | 0.67% | - |
| XYZ | 27.53 | 34.67 | 44.27 | - |
| YUV | 150.49 | 140.13 | 94.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 170 | 172 | 0.40 | 0.01 | 0 | 0.33 | 181.76 | 0.29 | 0.54 |
| Hex | 68 | AA | AC | 28 | 1 | 0 | 21 | B6 | 1D | 36 |
| Octal | 150 | 252 | 254 | 50 | 1 | 0 | 41 | 266 | 35 | 66 |
| Binary | 1101000 | 10101010 | 10101100 | 101000 | 1 | 0 | 100001 | 10110110 | 11101 | 110110 |
Color Harmonies of #68AAAC
Complementary color
Monochromatic Colors of #68AAAC
Black with #68AAAC
Text Example
Text Example
White with #68AAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68AAAC; }
p { color: rgb(104,170,172); }
H1.HeaderClassName
{
color: #68AAAC;
}
.AnyTagClassName
{
color: #68AAAC;
}
</style>
background-color css
<style>
a { background-color: #68AAAC; }
a { background-color: rgb(104,170,172); }
div.DivClassName
{
background-color: #68AAAC;
}
.BgClassName
{
background-color: #68AAAC;
}
</style>
border-color css
<style>
span { border-color: #68AAAC; }
span { border-color: rgb(104,170,172); }
td.TdClassName
{
border-color: #68AAAC;
}
.TagClassName
{
border-color: #68AAAC;
}
</style>