Shades of Fountain Blue #68A8AA
Tints of Fountain Blue #68A8AA
RGB
CMYK
RGB Variations
Color information
#68A8AA (or 0x68A8AA) is known color: Fountain Blue. HEX triplet: 68, A8 and AA. RGB value is (104,168,170). Sum of RGB (Red+Green+Blue) = 104+168+170=442 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.53% from 442); Green value is 168 (66.02% from 255 or 38.01% from 442); Blue value is 170 (66.80% from 255 or 38.46% from 442); Max value from RGB is 170 - color contains mainly: blue. Hex color #68A8AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68A8AA is #975755. Grayscale: #959595. Windows color (decimal): -9918294 or 11184232. OLE color: 11184232.
HSL color Cylindrical-coordinate representation of color #68A8AA: hue angle of 181.82º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #68A8AA is Cyan = 0.39, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 104 | 168 | 170 | - |
| CMYK | 0.39 | 0.01 | 0 | 0.33 |
| HSL | 181.82º | 0.28% | 0.54% | - |
| HSV(B) | 181.82º | 0.39% | 0.67% | - |
| XYZ | 26.97 | 33.85 | 43.14 | - |
| YUV | 149.09 | 139.8 | 95.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 168 | 170 | 0.39 | 0.01 | 0 | 0.33 | 181.82 | 0.28 | 0.54 |
| Hex | 68 | A8 | AA | 27 | 1 | 0 | 21 | B6 | 1C | 36 |
| Octal | 150 | 250 | 252 | 47 | 1 | 0 | 41 | 266 | 34 | 66 |
| Binary | 1101000 | 10101000 | 10101010 | 100111 | 1 | 0 | 100001 | 10110110 | 11100 | 110110 |
Color Harmonies of #68A8AA
Complementary color
Monochromatic Colors of #68A8AA
Black with #68A8AA
Text Example
Text Example
White with #68A8AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A8AA; }
p { color: rgb(104,168,170); }
H1.HeaderClassName
{
color: #68A8AA;
}
.AnyTagClassName
{
color: #68A8AA;
}
</style>
background-color css
<style>
a { background-color: #68A8AA; }
a { background-color: rgb(104,168,170); }
div.DivClassName
{
background-color: #68A8AA;
}
.BgClassName
{
background-color: #68A8AA;
}
</style>
border-color css
<style>
span { border-color: #68A8AA; }
span { border-color: rgb(104,168,170); }
td.TdClassName
{
border-color: #68A8AA;
}
.TagClassName
{
border-color: #68A8AA;
}
</style>