Shades of Glacier #68BFC6
Tints of Glacier #68BFC6
RGB
CMYK
RGB Variations
Color information
#68BFC6 (or 0x68BFC6) is known color: Glacier. HEX triplet: 68, BF and C6. RGB value is (104,191,198). Sum of RGB (Red+Green+Blue) = 104+191+198=493 (65% of max value = 765). Red value is 104 (41.02% from 255 or 21.10% from 493); Green value is 191 (75% from 255 or 38.74% from 493); Blue value is 198 (77.73% from 255 or 40.16% from 493); Max value from RGB is 198 - color contains mainly: blue. Hex color #68BFC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68BFC6 is #974039. Grayscale: #A5A5A5. Windows color (decimal): -9912378 or 13025128. OLE color: 13025128.
HSL color Cylindrical-coordinate representation of color #68BFC6: hue angle of 184.47º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #68BFC6 is Cyan = 0.47, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 104 | 191 | 198 | - |
| CMYK | 0.47 | 0.04 | 0 | 0.22 |
| HSL | 184.47º | 0.45% | 0.59% | - |
| HSV(B) | 184.47º | 0.47% | 0.78% | - |
| XYZ | 34.53 | 44.28 | 60.15 | - |
| YUV | 165.79 | 146.18 | 83.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 191 | 198 | 0.47 | 0.04 | 0 | 0.22 | 184.47 | 0.45 | 0.59 |
| Hex | 68 | BF | C6 | 2F | 4 | 0 | 16 | B8 | 2D | 3B |
| Octal | 150 | 277 | 306 | 57 | 4 | 0 | 26 | 270 | 55 | 73 |
| Binary | 1101000 | 10111111 | 11000110 | 101111 | 100 | 0 | 10110 | 10111000 | 101101 | 111011 |
Color Harmonies of #68BFC6
Complementary color
Monochromatic Colors of #68BFC6
Black with #68BFC6
Text Example
Text Example
White with #68BFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BFC6; }
p { color: rgb(104,191,198); }
H1.HeaderClassName
{
color: #68BFC6;
}
.AnyTagClassName
{
color: #68BFC6;
}
</style>
background-color css
<style>
a { background-color: #68BFC6; }
a { background-color: rgb(104,191,198); }
div.DivClassName
{
background-color: #68BFC6;
}
.BgClassName
{
background-color: #68BFC6;
}
</style>
border-color css
<style>
span { border-color: #68BFC6; }
span { border-color: rgb(104,191,198); }
td.TdClassName
{
border-color: #68BFC6;
}
.TagClassName
{
border-color: #68BFC6;
}
</style>