Shades of Fountain Blue #68ADAD
Tints of Fountain Blue #68ADAD
RGB
CMYK
RGB Variations
Color information
#68ADAD (or 0x68ADAD) is known color: Fountain Blue. HEX triplet: 68, AD and AD. RGB value is (104,173,173). Sum of RGB (Red+Green+Blue) = 104+173+173=450 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.11% from 450); Green value is 173 (67.97% from 255 or 38.44% from 450); Blue value is 173 (67.97% from 255 or 38.44% from 450); Max value from RGB is 173 - color contains mainly: green, blue. Hex color #68ADAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68ADAD is #975252. Grayscale: #989898. Windows color (decimal): -9917011 or 11382120. OLE color: 11382120.
HSL color Cylindrical-coordinate representation of color #68ADAD: hue angle of 180º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #68ADAD is Cyan = 0.40, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 104 | 173 | 173 | - |
| CMYK | 0.40 | 0 | 0 | 0.32 |
| HSL | 180º | 0.3% | 0.54% | - |
| HSV(B) | 180º | 0.4% | 0.68% | - |
| XYZ | 28.2 | 35.85 | 44.97 | - |
| YUV | 152.37 | 139.64 | 93.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 173 | 173 | 0.40 | 0 | 0 | 0.32 | 180 | 0.3 | 0.54 |
| Hex | 68 | AD | AD | 28 | 0 | 0 | 20 | B4 | 1E | 36 |
| Octal | 150 | 255 | 255 | 50 | 0 | 0 | 40 | 264 | 36 | 66 |
| Binary | 1101000 | 10101101 | 10101101 | 101000 | 0 | 0 | 100000 | 10110100 | 11110 | 110110 |
Color Harmonies of #68ADAD
Complementary color
Monochromatic Colors of #68ADAD
Black with #68ADAD
Text Example
Text Example
White with #68ADAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68ADAD; }
p { color: rgb(104,173,173); }
H1.HeaderClassName
{
color: #68ADAD;
}
.AnyTagClassName
{
color: #68ADAD;
}
</style>
background-color css
<style>
a { background-color: #68ADAD; }
a { background-color: rgb(104,173,173); }
div.DivClassName
{
background-color: #68ADAD;
}
.BgClassName
{
background-color: #68ADAD;
}
</style>
border-color css
<style>
span { border-color: #68ADAD; }
span { border-color: rgb(104,173,173); }
td.TdClassName
{
border-color: #68ADAD;
}
.TagClassName
{
border-color: #68ADAD;
}
</style>