Shades of Glacier #78C2C4
Tints of Glacier #78C2C4
RGB
CMYK
RGB Variations
Color information
#78C2C4 (or 0x78C2C4) is known color: Glacier. HEX triplet: 78, C2 and C4. RGB value is (120,194,196). Sum of RGB (Red+Green+Blue) = 120+194+196=510 (67% of max value = 765). Red value is 120 (47.27% from 255 or 23.53% from 510); Green value is 194 (76.17% from 255 or 38.04% from 510); Blue value is 196 (76.95% from 255 or 38.43% from 510); Max value from RGB is 196 - color contains mainly: blue. Hex color #78C2C4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78C2C4 is #873D3B. Grayscale: #ACACAC. Windows color (decimal): -8863036 or 12894840. OLE color: 12894840.
HSL color Cylindrical-coordinate representation of color #78C2C4: hue angle of 181.58º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #78C2C4 is Cyan = 0.39, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 120 | 194 | 196 | - |
| CMYK | 0.39 | 0.01 | 0 | 0.23 |
| HSL | 181.58º | 0.39% | 0.62% | - |
| HSV(B) | 181.58º | 0.39% | 0.77% | - |
| XYZ | 37 | 46.56 | 59.26 | - |
| YUV | 172.1 | 141.48 | 90.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 194 | 196 | 0.39 | 0.01 | 0 | 0.23 | 181.58 | 0.39 | 0.62 |
| Hex | 78 | C2 | C4 | 27 | 1 | 0 | 17 | B6 | 27 | 3E |
| Octal | 170 | 302 | 304 | 47 | 1 | 0 | 27 | 266 | 47 | 76 |
| Binary | 1111000 | 11000010 | 11000100 | 100111 | 1 | 0 | 10111 | 10110110 | 100111 | 111110 |
Color Harmonies of #78C2C4
Complementary color
Monochromatic Colors of #78C2C4
Black with #78C2C4
Text Example
Text Example
White with #78C2C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C2C4; }
p { color: rgb(120,194,196); }
H1.HeaderClassName
{
color: #78C2C4;
}
.AnyTagClassName
{
color: #78C2C4;
}
</style>
background-color css
<style>
a { background-color: #78C2C4; }
a { background-color: rgb(120,194,196); }
div.DivClassName
{
background-color: #78C2C4;
}
.BgClassName
{
background-color: #78C2C4;
}
</style>
border-color css
<style>
span { border-color: #78C2C4; }
span { border-color: rgb(120,194,196); }
td.TdClassName
{
border-color: #78C2C4;
}
.TagClassName
{
border-color: #78C2C4;
}
</style>