Shades of Glacier #84C0C4
Tints of Glacier #84C0C4
RGB
CMYK
RGB Variations
Color information
#84C0C4 (or 0x84C0C4) is known color: Glacier. HEX triplet: 84, C0 and C4. RGB value is (132,192,196). Sum of RGB (Red+Green+Blue) = 132+192+196=520 (68% of max value = 765). Red value is 132 (51.95% from 255 or 25.38% from 520); Green value is 192 (75.39% from 255 or 36.92% from 520); Blue value is 196 (76.95% from 255 or 37.69% from 520); Max value from RGB is 196 - color contains mainly: blue. Hex color #84C0C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84C0C4 is #7B3F3B. Grayscale: #AEAEAE. Windows color (decimal): -8077116 or 12894340. OLE color: 12894340.
HSL color Cylindrical-coordinate representation of color #84C0C4: hue angle of 183.75º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #84C0C4 is Cyan = 0.33, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 132 | 192 | 196 | - |
| CMYK | 0.33 | 0.02 | 0 | 0.23 |
| HSL | 183.75º | 0.35% | 0.64% | - |
| HSV(B) | 183.75º | 0.33% | 0.77% | - |
| XYZ | 38.33 | 46.59 | 59.2 | - |
| YUV | 174.52 | 140.12 | 97.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 192 | 196 | 0.33 | 0.02 | 0 | 0.23 | 183.75 | 0.35 | 0.64 |
| Hex | 84 | C0 | C4 | 21 | 2 | 0 | 17 | B8 | 23 | 40 |
| Octal | 204 | 300 | 304 | 41 | 2 | 0 | 27 | 270 | 43 | 100 |
| Binary | 10000100 | 11000000 | 11000100 | 100001 | 10 | 0 | 10111 | 10111000 | 100011 | 1000000 |
Color Harmonies of #84C0C4
Complementary color
Monochromatic Colors of #84C0C4
Black with #84C0C4
Text Example
Text Example
White with #84C0C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C0C4; }
p { color: rgb(132,192,196); }
H1.HeaderClassName
{
color: #84C0C4;
}
.AnyTagClassName
{
color: #84C0C4;
}
</style>
background-color css
<style>
a { background-color: #84C0C4; }
a { background-color: rgb(132,192,196); }
div.DivClassName
{
background-color: #84C0C4;
}
.BgClassName
{
background-color: #84C0C4;
}
</style>
border-color css
<style>
span { border-color: #84C0C4; }
span { border-color: rgb(132,192,196); }
td.TdClassName
{
border-color: #84C0C4;
}
.TagClassName
{
border-color: #84C0C4;
}
</style>