Shades of Glacier #67ABC5
Tints of Glacier #67ABC5
RGB
CMYK
RGB Variations
Color information
#67ABC5 (or 0x67ABC5) is known color: Glacier. HEX triplet: 67, AB and C5. RGB value is (103,171,197). Sum of RGB (Red+Green+Blue) = 103+171+197=471 (62% of max value = 765). Red value is 103 (40.62% from 255 or 21.87% from 471); Green value is 171 (67.19% from 255 or 36.31% from 471); Blue value is 197 (77.34% from 255 or 41.83% from 471); Max value from RGB is 197 - color contains mainly: blue. Hex color #67ABC5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #67ABC5 is #98543A. Grayscale: #999999. Windows color (decimal): -9983035 or 12954471. OLE color: 12954471.
HSL color Cylindrical-coordinate representation of color #67ABC5: hue angle of 196.6º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #67ABC5 is Cyan = 0.48, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 103 | 171 | 197 | - |
| CMYK | 0.48 | 0.13 | 0 | 0.23 |
| HSL | 196.6º | 0.45% | 0.59% | - |
| HSV(B) | 196.6º | 0.48% | 0.77% | - |
| XYZ | 30.23 | 36.04 | 58.19 | - |
| YUV | 153.63 | 152.47 | 91.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 171 | 197 | 0.48 | 0.13 | 0 | 0.23 | 196.6 | 0.45 | 0.59 |
| Hex | 67 | AB | C5 | 30 | D | 0 | 17 | C5 | 2D | 3B |
| Octal | 147 | 253 | 305 | 60 | 15 | 0 | 27 | 305 | 55 | 73 |
| Binary | 1100111 | 10101011 | 11000101 | 110000 | 1101 | 0 | 10111 | 11000101 | 101101 | 111011 |
Color Harmonies of #67ABC5
Complementary color
Monochromatic Colors of #67ABC5
Black with #67ABC5
Text Example
Text Example
White with #67ABC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67ABC5; }
p { color: rgb(103,171,197); }
H1.HeaderClassName
{
color: #67ABC5;
}
.AnyTagClassName
{
color: #67ABC5;
}
</style>
background-color css
<style>
a { background-color: #67ABC5; }
a { background-color: rgb(103,171,197); }
div.DivClassName
{
background-color: #67ABC5;
}
.BgClassName
{
background-color: #67ABC5;
}
</style>
border-color css
<style>
span { border-color: #67ABC5; }
span { border-color: rgb(103,171,197); }
td.TdClassName
{
border-color: #67ABC5;
}
.TagClassName
{
border-color: #67ABC5;
}
</style>