Shades of Fountain Blue #68BEB7
Tints of Fountain Blue #68BEB7
RGB
CMYK
RGB Variations
Color information
#68BEB7 (or 0x68BEB7) is known color: Fountain Blue. HEX triplet: 68, BE and B7. RGB value is (104,190,183). Sum of RGB (Red+Green+Blue) = 104+190+183=477 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.80% from 477); Green value is 190 (74.61% from 255 or 39.83% from 477); Blue value is 183 (71.88% from 255 or 38.36% from 477); Max value from RGB is 190 - color contains mainly: green. Hex color #68BEB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68BEB7 is #974148. Grayscale: #A3A3A3. Windows color (decimal): -9912649 or 12041832. OLE color: 12041832.
HSL color Cylindrical-coordinate representation of color #68BEB7: hue angle of 175.12º 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 #68BEB7 is Cyan = 0.45, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 104 | 190 | 183 | - |
| CMYK | 0.45 | 0 | 0.04 | 0.25 |
| HSL | 175.12º | 0.4% | 0.58% | - |
| HSV(B) | 175.12º | 0.45% | 0.75% | - |
| XYZ | 32.67 | 43.19 | 51.41 | - |
| YUV | 163.49 | 139.01 | 85.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 190 | 183 | 0.45 | 0 | 0.04 | 0.25 | 175.12 | 0.4 | 0.58 |
| Hex | 68 | BE | B7 | 2D | 0 | 4 | 19 | AF | 28 | 3A |
| Octal | 150 | 276 | 267 | 55 | 0 | 4 | 31 | 257 | 50 | 72 |
| Binary | 1101000 | 10111110 | 10110111 | 101101 | 0 | 100 | 11001 | 10101111 | 101000 | 111010 |
Color Harmonies of #68BEB7
Complementary color
Monochromatic Colors of #68BEB7
Black with #68BEB7
Text Example
Text Example
White with #68BEB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BEB7; }
p { color: rgb(104,190,183); }
H1.HeaderClassName
{
color: #68BEB7;
}
.AnyTagClassName
{
color: #68BEB7;
}
</style>
background-color css
<style>
a { background-color: #68BEB7; }
a { background-color: rgb(104,190,183); }
div.DivClassName
{
background-color: #68BEB7;
}
.BgClassName
{
background-color: #68BEB7;
}
</style>
border-color css
<style>
span { border-color: #68BEB7; }
span { border-color: rgb(104,190,183); }
td.TdClassName
{
border-color: #68BEB7;
}
.TagClassName
{
border-color: #68BEB7;
}
</style>