Shades of Fountain Blue #68A2AC
Tints of Fountain Blue #68A2AC
RGB
CMYK
RGB Variations
Color information
#68A2AC (or 0x68A2AC) is known color: Fountain Blue. HEX triplet: 68, A2 and AC. RGB value is (104,162,172). Sum of RGB (Red+Green+Blue) = 104+162+172=438 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.74% from 438); Green value is 162 (63.67% from 255 or 36.99% from 438); Blue value is 172 (67.58% from 255 or 39.27% from 438); Max value from RGB is 172 - color contains mainly: blue. Hex color #68A2AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68A2AC is #975D53. Grayscale: #919191. Windows color (decimal): -9919828 or 11313768. OLE color: 11313768.
HSL color Cylindrical-coordinate representation of color #68A2AC: hue angle of 188.82º 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 #68A2AC is Cyan = 0.40, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 104 | 162 | 172 | - |
| CMYK | 0.40 | 0.06 | 0 | 0.33 |
| HSL | 188.82º | 0.29% | 0.54% | - |
| HSV(B) | 188.82º | 0.4% | 0.67% | - |
| XYZ | 26.08 | 31.76 | 43.79 | - |
| YUV | 145.8 | 142.78 | 98.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 162 | 172 | 0.40 | 0.06 | 0 | 0.33 | 188.82 | 0.29 | 0.54 |
| Hex | 68 | A2 | AC | 28 | 6 | 0 | 21 | BD | 1D | 36 |
| Octal | 150 | 242 | 254 | 50 | 6 | 0 | 41 | 275 | 35 | 66 |
| Binary | 1101000 | 10100010 | 10101100 | 101000 | 110 | 0 | 100001 | 10111101 | 11101 | 110110 |
Color Harmonies of #68A2AC
Complementary color
Monochromatic Colors of #68A2AC
Black with #68A2AC
Text Example
Text Example
White with #68A2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A2AC; }
p { color: rgb(104,162,172); }
H1.HeaderClassName
{
color: #68A2AC;
}
.AnyTagClassName
{
color: #68A2AC;
}
</style>
background-color css
<style>
a { background-color: #68A2AC; }
a { background-color: rgb(104,162,172); }
div.DivClassName
{
background-color: #68A2AC;
}
.BgClassName
{
background-color: #68A2AC;
}
</style>
border-color css
<style>
span { border-color: #68A2AC; }
span { border-color: rgb(104,162,172); }
td.TdClassName
{
border-color: #68A2AC;
}
.TagClassName
{
border-color: #68A2AC;
}
</style>