Shades of Glacier #7CBFC0
Tints of Glacier #7CBFC0
RGB
CMYK
RGB Variations
Color information
#7CBFC0 (or 0x7CBFC0) is known color: Glacier. HEX triplet: 7C, BF and C0. RGB value is (124,191,192). Sum of RGB (Red+Green+Blue) = 124+191+192=507 (67% of max value = 765). Red value is 124 (48.83% from 255 or 24.46% from 507); Green value is 191 (75% from 255 or 37.67% from 507); Blue value is 192 (75.39% from 255 or 37.87% from 507); Max value from RGB is 192 - color contains mainly: blue. Hex color #7CBFC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CBFC0 is #83403F. Grayscale: #ABABAB. Windows color (decimal): -8601664 or 12631932. OLE color: 12631932.
HSL color Cylindrical-coordinate representation of color #7CBFC0: hue angle of 180.88º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7CBFC0 is Cyan = 0.35, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 124 | 191 | 192 | - |
| CMYK | 0.35 | 0.01 | 0 | 0.25 |
| HSL | 180.88º | 0.35% | 0.62% | - |
| HSV(B) | 180.88º | 0.35% | 0.75% | - |
| XYZ | 36.46 | 45.35 | 56.7 | - |
| YUV | 171.08 | 139.8 | 94.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 191 | 192 | 0.35 | 0.01 | 0 | 0.25 | 180.88 | 0.35 | 0.62 |
| Hex | 7C | BF | C0 | 23 | 1 | 0 | 19 | B5 | 23 | 3E |
| Octal | 174 | 277 | 300 | 43 | 1 | 0 | 31 | 265 | 43 | 76 |
| Binary | 1111100 | 10111111 | 11000000 | 100011 | 1 | 0 | 11001 | 10110101 | 100011 | 111110 |
Color Harmonies of #7CBFC0
Complementary color
Monochromatic Colors of #7CBFC0
Black with #7CBFC0
Text Example
Text Example
White with #7CBFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CBFC0; }
p { color: rgb(124,191,192); }
H1.HeaderClassName
{
color: #7CBFC0;
}
.AnyTagClassName
{
color: #7CBFC0;
}
</style>
background-color css
<style>
a { background-color: #7CBFC0; }
a { background-color: rgb(124,191,192); }
div.DivClassName
{
background-color: #7CBFC0;
}
.BgClassName
{
background-color: #7CBFC0;
}
</style>
border-color css
<style>
span { border-color: #7CBFC0; }
span { border-color: rgb(124,191,192); }
td.TdClassName
{
border-color: #7CBFC0;
}
.TagClassName
{
border-color: #7CBFC0;
}
</style>