Shades of Glacier #68ADC0
Tints of Glacier #68ADC0
RGB
CMYK
RGB Variations
Color information
#68ADC0 (or 0x68ADC0) is known color: Glacier. HEX triplet: 68, AD and C0. RGB value is (104,173,192). Sum of RGB (Red+Green+Blue) = 104+173+192=469 (62% of max value = 765). Red value is 104 (41.02% from 255 or 22.17% from 469); Green value is 173 (67.97% from 255 or 36.89% from 469); Blue value is 192 (75.39% from 255 or 40.94% from 469); Max value from RGB is 192 - color contains mainly: blue. Hex color #68ADC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68ADC0 is #97523F. Grayscale: #9A9A9A. Windows color (decimal): -9916992 or 12627304. OLE color: 12627304.
HSL color Cylindrical-coordinate representation of color #68ADC0: hue angle of 192.95º degrees, saturation: 0.41, 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 #68ADC0 is Cyan = 0.46, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 104 | 173 | 192 | - |
| CMYK | 0.46 | 0.10 | 0 | 0.25 |
| HSL | 192.95º | 0.41% | 0.58% | - |
| HSV(B) | 192.95º | 0.46% | 0.75% | - |
| XYZ | 30.17 | 36.64 | 55.35 | - |
| YUV | 154.54 | 149.14 | 91.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 173 | 192 | 0.46 | 0.10 | 0 | 0.25 | 192.95 | 0.41 | 0.58 |
| Hex | 68 | AD | C0 | 2E | A | 0 | 19 | C1 | 29 | 3A |
| Octal | 150 | 255 | 300 | 56 | 12 | 0 | 31 | 301 | 51 | 72 |
| Binary | 1101000 | 10101101 | 11000000 | 101110 | 1010 | 0 | 11001 | 11000001 | 101001 | 111010 |
Color Harmonies of #68ADC0
Complementary color
Monochromatic Colors of #68ADC0
Black with #68ADC0
Text Example
Text Example
White with #68ADC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68ADC0; }
p { color: rgb(104,173,192); }
H1.HeaderClassName
{
color: #68ADC0;
}
.AnyTagClassName
{
color: #68ADC0;
}
</style>
background-color css
<style>
a { background-color: #68ADC0; }
a { background-color: rgb(104,173,192); }
div.DivClassName
{
background-color: #68ADC0;
}
.BgClassName
{
background-color: #68ADC0;
}
</style>
border-color css
<style>
span { border-color: #68ADC0; }
span { border-color: rgb(104,173,192); }
td.TdClassName
{
border-color: #68ADC0;
}
.TagClassName
{
border-color: #68ADC0;
}
</style>