Shades of Fountain Blue #68BABA
Tints of Fountain Blue #68BABA
RGB
CMYK
RGB Variations
Color information
#68BABA (or 0x68BABA) is known color: Fountain Blue. HEX triplet: 68, BA and BA. RGB value is (104,186,186). Sum of RGB (Red+Green+Blue) = 104+186+186=476 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.85% from 476); Green value is 186 (73.05% from 255 or 39.08% from 476); Blue value is 186 (73.05% from 255 or 39.08% from 476); Max value from RGB is 186 - color contains mainly: green, blue. Hex color #68BABA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68BABA is #974545. Grayscale: #A1A1A1. Windows color (decimal): -9913670 or 12237416. OLE color: 12237416.
HSL color Cylindrical-coordinate representation of color #68BABA: hue angle of 180º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #68BABA is Cyan = 0.44, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 104 | 186 | 186 | - |
| CMYK | 0.44 | 0 | 0 | 0.27 |
| HSL | 180º | 0.37% | 0.57% | - |
| HSV(B) | 180º | 0.44% | 0.73% | - |
| XYZ | 32.13 | 41.61 | 52.79 | - |
| YUV | 161.48 | 141.83 | 87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 186 | 186 | 0.44 | 0 | 0 | 0.27 | 180 | 0.37 | 0.57 |
| Hex | 68 | BA | BA | 2C | 0 | 0 | 1B | B4 | 25 | 39 |
| Octal | 150 | 272 | 272 | 54 | 0 | 0 | 33 | 264 | 45 | 71 |
| Binary | 1101000 | 10111010 | 10111010 | 101100 | 0 | 0 | 11011 | 10110100 | 100101 | 111001 |
Color Harmonies of #68BABA
Complementary color
Monochromatic Colors of #68BABA
Black with #68BABA
Text Example
Text Example
White with #68BABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BABA; }
p { color: rgb(104,186,186); }
H1.HeaderClassName
{
color: #68BABA;
}
.AnyTagClassName
{
color: #68BABA;
}
</style>
background-color css
<style>
a { background-color: #68BABA; }
a { background-color: rgb(104,186,186); }
div.DivClassName
{
background-color: #68BABA;
}
.BgClassName
{
background-color: #68BABA;
}
</style>
border-color css
<style>
span { border-color: #68BABA; }
span { border-color: rgb(104,186,186); }
td.TdClassName
{
border-color: #68BABA;
}
.TagClassName
{
border-color: #68BABA;
}
</style>