Shades of Glacier #84C0C3
Tints of Glacier #84C0C3
RGB
CMYK
RGB Variations
Color information
#84C0C3 (or 0x84C0C3) is known color: Glacier. HEX triplet: 84, C0 and C3. RGB value is (132,192,195). Sum of RGB (Red+Green+Blue) = 132+192+195=519 (68% of max value = 765). Red value is 132 (51.95% from 255 or 25.43% from 519); Green value is 192 (75.39% from 255 or 36.99% from 519); Blue value is 195 (76.56% from 255 or 37.57% from 519); Max value from RGB is 195 - color contains mainly: blue. Hex color #84C0C3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84C0C3 is #7B3F3C. Grayscale: #AEAEAE. Windows color (decimal): -8077117 or 12828804. OLE color: 12828804.
HSL color Cylindrical-coordinate representation of color #84C0C3: hue angle of 182.86º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #84C0C3 is Cyan = 0.32, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 132 | 192 | 195 | - |
| CMYK | 0.32 | 0.02 | 0 | 0.24 |
| HSL | 182.86º | 0.34% | 0.64% | - |
| HSV(B) | 182.86º | 0.32% | 0.76% | - |
| XYZ | 38.22 | 46.54 | 58.6 | - |
| YUV | 174.4 | 139.62 | 97.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 192 | 195 | 0.32 | 0.02 | 0 | 0.24 | 182.86 | 0.34 | 0.64 |
| Hex | 84 | C0 | C3 | 20 | 2 | 0 | 18 | B7 | 22 | 40 |
| Octal | 204 | 300 | 303 | 40 | 2 | 0 | 30 | 267 | 42 | 100 |
| Binary | 10000100 | 11000000 | 11000011 | 100000 | 10 | 0 | 11000 | 10110111 | 100010 | 1000000 |
Color Harmonies of #84C0C3
Complementary color
Monochromatic Colors of #84C0C3
Black with #84C0C3
Text Example
Text Example
White with #84C0C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C0C3; }
p { color: rgb(132,192,195); }
H1.HeaderClassName
{
color: #84C0C3;
}
.AnyTagClassName
{
color: #84C0C3;
}
</style>
background-color css
<style>
a { background-color: #84C0C3; }
a { background-color: rgb(132,192,195); }
div.DivClassName
{
background-color: #84C0C3;
}
.BgClassName
{
background-color: #84C0C3;
}
</style>
border-color css
<style>
span { border-color: #84C0C3; }
span { border-color: rgb(132,192,195); }
td.TdClassName
{
border-color: #84C0C3;
}
.TagClassName
{
border-color: #84C0C3;
}
</style>