Shades of Glacier #7FC0C3
Tints of Glacier #7FC0C3
RGB
CMYK
RGB Variations
Color information
#7FC0C3 (or 0x7FC0C3) is known color: Glacier. HEX triplet: 7F, C0 and C3. RGB value is (127,192,195). Sum of RGB (Red+Green+Blue) = 127+192+195=514 (68% of max value = 765). Red value is 127 (50% from 255 or 24.71% from 514); Green value is 192 (75.39% from 255 or 37.35% from 514); Blue value is 195 (76.56% from 255 or 37.94% from 514); Max value from RGB is 195 - color contains mainly: blue. Hex color #7FC0C3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FC0C3 is #803F3C. Grayscale: #ACACAC. Windows color (decimal): -8404797 or 12828799. OLE color: 12828799.
HSL color Cylindrical-coordinate representation of color #7FC0C3: hue angle of 182.65º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7FC0C3 is Cyan = 0.35, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 127 | 192 | 195 | - |
| CMYK | 0.35 | 0.02 | 0 | 0.24 |
| HSL | 182.65º | 0.36% | 0.63% | - |
| HSV(B) | 182.65º | 0.35% | 0.76% | - |
| XYZ | 37.45 | 46.15 | 58.56 | - |
| YUV | 172.91 | 140.47 | 95.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 192 | 195 | 0.35 | 0.02 | 0 | 0.24 | 182.65 | 0.36 | 0.63 |
| Hex | 7F | C0 | C3 | 23 | 2 | 0 | 18 | B7 | 24 | 3F |
| Octal | 177 | 300 | 303 | 43 | 2 | 0 | 30 | 267 | 44 | 77 |
| Binary | 1111111 | 11000000 | 11000011 | 100011 | 10 | 0 | 11000 | 10110111 | 100100 | 111111 |
Color Harmonies of #7FC0C3
Complementary color
Monochromatic Colors of #7FC0C3
Black with #7FC0C3
Text Example
Text Example
White with #7FC0C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC0C3; }
p { color: rgb(127,192,195); }
H1.HeaderClassName
{
color: #7FC0C3;
}
.AnyTagClassName
{
color: #7FC0C3;
}
</style>
background-color css
<style>
a { background-color: #7FC0C3; }
a { background-color: rgb(127,192,195); }
div.DivClassName
{
background-color: #7FC0C3;
}
.BgClassName
{
background-color: #7FC0C3;
}
</style>
border-color css
<style>
span { border-color: #7FC0C3; }
span { border-color: rgb(127,192,195); }
td.TdClassName
{
border-color: #7FC0C3;
}
.TagClassName
{
border-color: #7FC0C3;
}
</style>