Shades of Fountain Blue #68BDBF
Tints of Fountain Blue #68BDBF
RGB
CMYK
RGB Variations
Color information
#68BDBF (or 0x68BDBF) is known color: Fountain Blue. HEX triplet: 68, BD and BF. RGB value is (104,189,191). Sum of RGB (Red+Green+Blue) = 104+189+191=484 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.49% from 484); Green value is 189 (74.22% from 255 or 39.05% from 484); Blue value is 191 (75% from 255 or 39.46% from 484); Max value from RGB is 191 - color contains mainly: blue. Hex color #68BDBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68BDBF is #974240. Grayscale: #A3A3A3. Windows color (decimal): -9912897 or 12565864. OLE color: 12565864.
HSL color Cylindrical-coordinate representation of color #68BDBF: hue angle of 181.38º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #68BDBF is Cyan = 0.46, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 104 | 189 | 191 | - |
| CMYK | 0.46 | 0.01 | 0 | 0.25 |
| HSL | 181.38º | 0.4% | 0.58% | - |
| HSV(B) | 181.38º | 0.46% | 0.75% | - |
| XYZ | 33.31 | 43.1 | 55.85 | - |
| YUV | 163.81 | 143.34 | 85.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 189 | 191 | 0.46 | 0.01 | 0 | 0.25 | 181.38 | 0.4 | 0.58 |
| Hex | 68 | BD | BF | 2E | 1 | 0 | 19 | B5 | 28 | 3A |
| Octal | 150 | 275 | 277 | 56 | 1 | 0 | 31 | 265 | 50 | 72 |
| Binary | 1101000 | 10111101 | 10111111 | 101110 | 1 | 0 | 11001 | 10110101 | 101000 | 111010 |
Color Harmonies of #68BDBF
Complementary color
Monochromatic Colors of #68BDBF
Black with #68BDBF
Text Example
Text Example
White with #68BDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BDBF; }
p { color: rgb(104,189,191); }
H1.HeaderClassName
{
color: #68BDBF;
}
.AnyTagClassName
{
color: #68BDBF;
}
</style>
background-color css
<style>
a { background-color: #68BDBF; }
a { background-color: rgb(104,189,191); }
div.DivClassName
{
background-color: #68BDBF;
}
.BgClassName
{
background-color: #68BDBF;
}
</style>
border-color css
<style>
span { border-color: #68BDBF; }
span { border-color: rgb(104,189,191); }
td.TdClassName
{
border-color: #68BDBF;
}
.TagClassName
{
border-color: #68BDBF;
}
</style>