Shades of Fountain Blue #68BEBB
Tints of Fountain Blue #68BEBB
RGB
CMYK
RGB Variations
Color information
#68BEBB (or 0x68BEBB) is known color: Fountain Blue. HEX triplet: 68, BE and BB. RGB value is (104,190,187). Sum of RGB (Red+Green+Blue) = 104+190+187=481 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.62% from 481); Green value is 190 (74.61% from 255 or 39.50% from 481); Blue value is 187 (73.44% from 255 or 38.88% from 481); Max value from RGB is 190 - color contains mainly: green. Hex color #68BEBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68BEBB is #974144. Grayscale: #A3A3A3. Windows color (decimal): -9912645 or 12303976. OLE color: 12303976.
HSL color Cylindrical-coordinate representation of color #68BEBB: hue angle of 177.91º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #68BEBB is Cyan = 0.45, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 104 | 190 | 187 | - |
| CMYK | 0.45 | 0 | 0.02 | 0.25 |
| HSL | 177.91º | 0.4% | 0.58% | - |
| HSV(B) | 177.91º | 0.45% | 0.75% | - |
| XYZ | 33.09 | 43.36 | 53.64 | - |
| YUV | 163.94 | 141.01 | 85.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 190 | 187 | 0.45 | 0 | 0.02 | 0.25 | 177.91 | 0.4 | 0.58 |
| Hex | 68 | BE | BB | 2D | 0 | 2 | 19 | B2 | 28 | 3A |
| Octal | 150 | 276 | 273 | 55 | 0 | 2 | 31 | 262 | 50 | 72 |
| Binary | 1101000 | 10111110 | 10111011 | 101101 | 0 | 10 | 11001 | 10110010 | 101000 | 111010 |
Color Harmonies of #68BEBB
Complementary color
Monochromatic Colors of #68BEBB
Black with #68BEBB
Text Example
Text Example
White with #68BEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BEBB; }
p { color: rgb(104,190,187); }
H1.HeaderClassName
{
color: #68BEBB;
}
.AnyTagClassName
{
color: #68BEBB;
}
</style>
background-color css
<style>
a { background-color: #68BEBB; }
a { background-color: rgb(104,190,187); }
div.DivClassName
{
background-color: #68BEBB;
}
.BgClassName
{
background-color: #68BEBB;
}
</style>
border-color css
<style>
span { border-color: #68BEBB; }
span { border-color: rgb(104,190,187); }
td.TdClassName
{
border-color: #68BEBB;
}
.TagClassName
{
border-color: #68BEBB;
}
</style>