Shades of Fountain Blue #68ABAB
Tints of Fountain Blue #68ABAB
RGB
CMYK
RGB Variations
Color information
#68ABAB (or 0x68ABAB) is known color: Fountain Blue. HEX triplet: 68, AB and AB. RGB value is (104,171,171). Sum of RGB (Red+Green+Blue) = 104+171+171=446 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.32% from 446); Green value is 171 (67.19% from 255 or 38.34% from 446); Blue value is 171 (67.19% from 255 or 38.34% from 446); Max value from RGB is 171 - color contains mainly: green, blue. Hex color #68ABAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68ABAB is #975454. Grayscale: #969696. Windows color (decimal): -9917525 or 11250536. OLE color: 11250536.
HSL color Cylindrical-coordinate representation of color #68ABAB: 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.39%. Process color model (Four color, CMYK) of #68ABAB is Cyan = 0.39, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 104 | 171 | 171 | - |
| CMYK | 0.39 | 0 | 0 | 0.33 |
| HSL | 180º | 0.29% | 0.54% | - |
| HSV(B) | 180º | 0.39% | 0.67% | - |
| XYZ | 27.62 | 35.01 | 43.83 | - |
| YUV | 150.97 | 139.3 | 94.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 171 | 171 | 0.39 | 0 | 0 | 0.33 | 180 | 0.29 | 0.54 |
| Hex | 68 | AB | AB | 27 | 0 | 0 | 21 | B4 | 1D | 36 |
| Octal | 150 | 253 | 253 | 47 | 0 | 0 | 41 | 264 | 35 | 66 |
| Binary | 1101000 | 10101011 | 10101011 | 100111 | 0 | 0 | 100001 | 10110100 | 11101 | 110110 |
Color Harmonies of #68ABAB
Complementary color
Monochromatic Colors of #68ABAB
Black with #68ABAB
Text Example
Text Example
White with #68ABAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68ABAB; }
p { color: rgb(104,171,171); }
H1.HeaderClassName
{
color: #68ABAB;
}
.AnyTagClassName
{
color: #68ABAB;
}
</style>
background-color css
<style>
a { background-color: #68ABAB; }
a { background-color: rgb(104,171,171); }
div.DivClassName
{
background-color: #68ABAB;
}
.BgClassName
{
background-color: #68ABAB;
}
</style>
border-color css
<style>
span { border-color: #68ABAB; }
span { border-color: rgb(104,171,171); }
td.TdClassName
{
border-color: #68ABAB;
}
.TagClassName
{
border-color: #68ABAB;
}
</style>