Shades of Glacier #67BAC4
Tints of Glacier #67BAC4
RGB
CMYK
RGB Variations
Color information
#67BAC4 (or 0x67BAC4) is known color: Glacier. HEX triplet: 67, BA and C4. RGB value is (103,186,196). Sum of RGB (Red+Green+Blue) = 103+186+196=485 (64% of max value = 765). Red value is 103 (40.62% from 255 or 21.24% from 485); Green value is 186 (73.05% from 255 or 38.35% from 485); Blue value is 196 (76.95% from 255 or 40.41% from 485); Max value from RGB is 196 - color contains mainly: blue. Hex color #67BAC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67BAC4 is #98453B. Grayscale: #A2A2A2. Windows color (decimal): -9979196 or 12892775. OLE color: 12892775.
HSL color Cylindrical-coordinate representation of color #67BAC4: hue angle of 186.45º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #67BAC4 is Cyan = 0.47, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 103 | 186 | 196 | - |
| CMYK | 0.47 | 0.05 | 0 | 0.23 |
| HSL | 186.45º | 0.44% | 0.59% | - |
| HSV(B) | 186.45º | 0.47% | 0.77% | - |
| XYZ | 33.12 | 41.99 | 58.58 | - |
| YUV | 162.32 | 147 | 85.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 186 | 196 | 0.47 | 0.05 | 0 | 0.23 | 186.45 | 0.44 | 0.59 |
| Hex | 67 | BA | C4 | 2F | 5 | 0 | 17 | BA | 2C | 3B |
| Octal | 147 | 272 | 304 | 57 | 5 | 0 | 27 | 272 | 54 | 73 |
| Binary | 1100111 | 10111010 | 11000100 | 101111 | 101 | 0 | 10111 | 10111010 | 101100 | 111011 |
Color Harmonies of #67BAC4
Complementary color
Monochromatic Colors of #67BAC4
Black with #67BAC4
Text Example
Text Example
White with #67BAC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67BAC4; }
p { color: rgb(103,186,196); }
H1.HeaderClassName
{
color: #67BAC4;
}
.AnyTagClassName
{
color: #67BAC4;
}
</style>
background-color css
<style>
a { background-color: #67BAC4; }
a { background-color: rgb(103,186,196); }
div.DivClassName
{
background-color: #67BAC4;
}
.BgClassName
{
background-color: #67BAC4;
}
</style>
border-color css
<style>
span { border-color: #67BAC4; }
span { border-color: rgb(103,186,196); }
td.TdClassName
{
border-color: #67BAC4;
}
.TagClassName
{
border-color: #67BAC4;
}
</style>