Shades of Glacier #78C0C3
Tints of Glacier #78C0C3
RGB
CMYK
RGB Variations
Color information
#78C0C3 (or 0x78C0C3) is known color: Glacier. HEX triplet: 78, C0 and C3. RGB value is (120,192,195). Sum of RGB (Red+Green+Blue) = 120+192+195=507 (67% of max value = 765). Red value is 120 (47.27% from 255 or 23.67% from 507); Green value is 192 (75.39% from 255 or 37.87% from 507); Blue value is 195 (76.56% from 255 or 38.46% from 507); Max value from RGB is 195 - color contains mainly: blue. Hex color #78C0C3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78C0C3 is #873F3C. Grayscale: #AAAAAA. Windows color (decimal): -8863549 or 12828792. OLE color: 12828792.
HSL color Cylindrical-coordinate representation of color #78C0C3: hue angle of 182.4º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #78C0C3 is Cyan = 0.38, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 120 | 192 | 195 | - |
| CMYK | 0.38 | 0.02 | 0 | 0.24 |
| HSL | 182.4º | 0.38% | 0.62% | - |
| HSV(B) | 182.4º | 0.38% | 0.76% | - |
| XYZ | 36.45 | 45.63 | 58.52 | - |
| YUV | 170.81 | 141.65 | 91.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 192 | 195 | 0.38 | 0.02 | 0 | 0.24 | 182.4 | 0.38 | 0.62 |
| Hex | 78 | C0 | C3 | 26 | 2 | 0 | 18 | B6 | 26 | 3E |
| Octal | 170 | 300 | 303 | 46 | 2 | 0 | 30 | 266 | 46 | 76 |
| Binary | 1111000 | 11000000 | 11000011 | 100110 | 10 | 0 | 11000 | 10110110 | 100110 | 111110 |
Color Harmonies of #78C0C3
Complementary color
Monochromatic Colors of #78C0C3
Black with #78C0C3
Text Example
Text Example
White with #78C0C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C0C3; }
p { color: rgb(120,192,195); }
H1.HeaderClassName
{
color: #78C0C3;
}
.AnyTagClassName
{
color: #78C0C3;
}
</style>
background-color css
<style>
a { background-color: #78C0C3; }
a { background-color: rgb(120,192,195); }
div.DivClassName
{
background-color: #78C0C3;
}
.BgClassName
{
background-color: #78C0C3;
}
</style>
border-color css
<style>
span { border-color: #78C0C3; }
span { border-color: rgb(120,192,195); }
td.TdClassName
{
border-color: #78C0C3;
}
.TagClassName
{
border-color: #78C0C3;
}
</style>