Shades of Fountain Blue #68ACAC
Tints of Fountain Blue #68ACAC
RGB
CMYK
RGB Variations
Color information
#68ACAC (or 0x68ACAC) is known color: Fountain Blue. HEX triplet: 68, AC and AC. RGB value is (104,172,172). Sum of RGB (Red+Green+Blue) = 104+172+172=448 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.21% from 448); Green value is 172 (67.58% from 255 or 38.39% from 448); Blue value is 172 (67.58% from 255 or 38.39% from 448); Max value from RGB is 172 - color contains mainly: green, blue. Hex color #68ACAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68ACAC is #975353. Grayscale: #979797. Windows color (decimal): -9917268 or 11316328. OLE color: 11316328.
HSL color Cylindrical-coordinate representation of color #68ACAC: hue angle of 180º 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 #68ACAC is Cyan = 0.40, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 104 | 172 | 172 | - |
| CMYK | 0.40 | 0 | 0 | 0.33 |
| HSL | 180º | 0.29% | 0.54% | - |
| HSV(B) | 180º | 0.4% | 0.67% | - |
| XYZ | 27.91 | 35.43 | 44.4 | - |
| YUV | 151.67 | 139.47 | 94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 172 | 172 | 0.40 | 0 | 0 | 0.33 | 180 | 0.29 | 0.54 |
| Hex | 68 | AC | AC | 28 | 0 | 0 | 21 | B4 | 1D | 36 |
| Octal | 150 | 254 | 254 | 50 | 0 | 0 | 41 | 264 | 35 | 66 |
| Binary | 1101000 | 10101100 | 10101100 | 101000 | 0 | 0 | 100001 | 10110100 | 11101 | 110110 |
Color Harmonies of #68ACAC
Complementary color
Monochromatic Colors of #68ACAC
Black with #68ACAC
Text Example
Text Example
White with #68ACAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68ACAC; }
p { color: rgb(104,172,172); }
H1.HeaderClassName
{
color: #68ACAC;
}
.AnyTagClassName
{
color: #68ACAC;
}
</style>
background-color css
<style>
a { background-color: #68ACAC; }
a { background-color: rgb(104,172,172); }
div.DivClassName
{
background-color: #68ACAC;
}
.BgClassName
{
background-color: #68ACAC;
}
</style>
border-color css
<style>
span { border-color: #68ACAC; }
span { border-color: rgb(104,172,172); }
td.TdClassName
{
border-color: #68ACAC;
}
.TagClassName
{
border-color: #68ACAC;
}
</style>