Shades of Glacier #68ACBE
Tints of Glacier #68ACBE
RGB
CMYK
RGB Variations
Color information
#68ACBE (or 0x68ACBE) is known color: Glacier. HEX triplet: 68, AC and BE. RGB value is (104,172,190). Sum of RGB (Red+Green+Blue) = 104+172+190=466 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.32% from 466); Green value is 172 (67.58% from 255 or 36.91% from 466); Blue value is 190 (74.61% from 255 or 40.77% from 466); Max value from RGB is 190 - color contains mainly: blue. Hex color #68ACBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68ACBE is #975341. Grayscale: #999999. Windows color (decimal): -9917250 or 12495976. OLE color: 12495976.
HSL color Cylindrical-coordinate representation of color #68ACBE: hue angle of 192.56º 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 #68ACBE is Cyan = 0.45, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 104 | 172 | 190 | - |
| CMYK | 0.45 | 0.09 | 0 | 0.25 |
| HSL | 192.56º | 0.4% | 0.58% | - |
| HSV(B) | 192.56º | 0.45% | 0.75% | - |
| XYZ | 29.76 | 36.17 | 54.13 | - |
| YUV | 153.72 | 148.47 | 92.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 172 | 190 | 0.45 | 0.09 | 0 | 0.25 | 192.56 | 0.4 | 0.58 |
| Hex | 68 | AC | BE | 2D | 9 | 0 | 19 | C1 | 28 | 3A |
| Octal | 150 | 254 | 276 | 55 | 11 | 0 | 31 | 301 | 50 | 72 |
| Binary | 1101000 | 10101100 | 10111110 | 101101 | 1001 | 0 | 11001 | 11000001 | 101000 | 111010 |
Color Harmonies of #68ACBE
Complementary color
Monochromatic Colors of #68ACBE
Black with #68ACBE
Text Example
Text Example
White with #68ACBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68ACBE; }
p { color: rgb(104,172,190); }
H1.HeaderClassName
{
color: #68ACBE;
}
.AnyTagClassName
{
color: #68ACBE;
}
</style>
background-color css
<style>
a { background-color: #68ACBE; }
a { background-color: rgb(104,172,190); }
div.DivClassName
{
background-color: #68ACBE;
}
.BgClassName
{
background-color: #68ACBE;
}
</style>
border-color css
<style>
span { border-color: #68ACBE; }
span { border-color: rgb(104,172,190); }
td.TdClassName
{
border-color: #68ACBE;
}
.TagClassName
{
border-color: #68ACBE;
}
</style>