Shades of Glacier #7BAAB4
Tints of Glacier #7BAAB4
RGB
CMYK
RGB Variations
Color information
#7BAAB4 (or 0x7BAAB4) is known color: Glacier. HEX triplet: 7B, AA and B4. RGB value is (123,170,180). Sum of RGB (Red+Green+Blue) = 123+170+180=473 (62% of max value = 765). Red value is 123 (48.44% from 255 or 26.00% from 473); Green value is 170 (66.80% from 255 or 35.94% from 473); Blue value is 180 (70.70% from 255 or 38.05% from 473); Max value from RGB is 180 - color contains mainly: blue. Hex color #7BAAB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BAAB4 is #84554B. Grayscale: #9D9D9D. Windows color (decimal): -8672588 or 11840123. OLE color: 11840123.
HSL color Cylindrical-coordinate representation of color #7BAAB4: hue angle of 190.53º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7BAAB4 is Cyan = 0.32, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 123 | 170 | 180 | - |
| CMYK | 0.32 | 0.06 | 0 | 0.29 |
| HSL | 190.53º | 0.28% | 0.59% | - |
| HSV(B) | 190.53º | 0.32% | 0.71% | - |
| XYZ | 30.78 | 36.26 | 48.56 | - |
| YUV | 157.09 | 140.93 | 103.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 170 | 180 | 0.32 | 0.06 | 0 | 0.29 | 190.53 | 0.28 | 0.59 |
| Hex | 7B | AA | B4 | 20 | 6 | 0 | 1D | BF | 1C | 3B |
| Octal | 173 | 252 | 264 | 40 | 6 | 0 | 35 | 277 | 34 | 73 |
| Binary | 1111011 | 10101010 | 10110100 | 100000 | 110 | 0 | 11101 | 10111111 | 11100 | 111011 |
Color Harmonies of #7BAAB4
Complementary color
Monochromatic Colors of #7BAAB4
Black with #7BAAB4
Text Example
Text Example
White with #7BAAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAAB4; }
p { color: rgb(123,170,180); }
H1.HeaderClassName
{
color: #7BAAB4;
}
.AnyTagClassName
{
color: #7BAAB4;
}
</style>
background-color css
<style>
a { background-color: #7BAAB4; }
a { background-color: rgb(123,170,180); }
div.DivClassName
{
background-color: #7BAAB4;
}
.BgClassName
{
background-color: #7BAAB4;
}
</style>
border-color css
<style>
span { border-color: #7BAAB4; }
span { border-color: rgb(123,170,180); }
td.TdClassName
{
border-color: #7BAAB4;
}
.TagClassName
{
border-color: #7BAAB4;
}
</style>