Shades of Glacier #7CBBBB
Tints of Glacier #7CBBBB
RGB
CMYK
RGB Variations
Color information
#7CBBBB (or 0x7CBBBB) is known color: Glacier. HEX triplet: 7C, BB and BB. RGB value is (124,187,187). Sum of RGB (Red+Green+Blue) = 124+187+187=498 (65% of max value = 765). Red value is 124 (48.83% from 255 or 24.90% from 498); Green value is 187 (73.44% from 255 or 37.55% from 498); Blue value is 187 (73.44% from 255 or 37.55% from 498); Max value from RGB is 187 - color contains mainly: green, blue. Hex color #7CBBBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CBBBB is #834444. Grayscale: #A8A8A8. Windows color (decimal): -8602693 or 12303228. OLE color: 12303228.
HSL color Cylindrical-coordinate representation of color #7CBBBB: hue angle of 180º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7CBBBB is Cyan = 0.34, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 124 | 187 | 187 | - |
| CMYK | 0.34 | 0 | 0 | 0.27 |
| HSL | 180º | 0.32% | 0.61% | - |
| HSV(B) | 180º | 0.34% | 0.73% | - |
| XYZ | 35.05 | 43.41 | 53.55 | - |
| YUV | 168.16 | 138.63 | 96.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 187 | 187 | 0.34 | 0 | 0 | 0.27 | 180 | 0.32 | 0.61 |
| Hex | 7C | BB | BB | 22 | 0 | 0 | 1B | B4 | 20 | 3D |
| Octal | 174 | 273 | 273 | 42 | 0 | 0 | 33 | 264 | 40 | 75 |
| Binary | 1111100 | 10111011 | 10111011 | 100010 | 0 | 0 | 11011 | 10110100 | 100000 | 111101 |
Color Harmonies of #7CBBBB
Complementary color
Monochromatic Colors of #7CBBBB
Black with #7CBBBB
Text Example
Text Example
White with #7CBBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CBBBB; }
p { color: rgb(124,187,187); }
H1.HeaderClassName
{
color: #7CBBBB;
}
.AnyTagClassName
{
color: #7CBBBB;
}
</style>
background-color css
<style>
a { background-color: #7CBBBB; }
a { background-color: rgb(124,187,187); }
div.DivClassName
{
background-color: #7CBBBB;
}
.BgClassName
{
background-color: #7CBBBB;
}
</style>
border-color css
<style>
span { border-color: #7CBBBB; }
span { border-color: rgb(124,187,187); }
td.TdClassName
{
border-color: #7CBBBB;
}
.TagClassName
{
border-color: #7CBBBB;
}
</style>