Shades of Glacier #7BBABC
Tints of Glacier #7BBABC
RGB
CMYK
RGB Variations
Color information
#7BBABC (or 0x7BBABC) is known color: Glacier. HEX triplet: 7B, BA and BC. RGB value is (123,186,188). Sum of RGB (Red+Green+Blue) = 123+186+188=497 (65% of max value = 765). Red value is 123 (48.44% from 255 or 24.75% from 497); Green value is 186 (73.05% from 255 or 37.42% from 497); Blue value is 188 (73.83% from 255 or 37.83% from 497); Max value from RGB is 188 - color contains mainly: blue. Hex color #7BBABC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BBABC is #844543. Grayscale: #A7A7A7. Windows color (decimal): -8668484 or 12368507. OLE color: 12368507.
HSL color Cylindrical-coordinate representation of color #7BBABC: hue angle of 181.85º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7BBABC is Cyan = 0.35, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 123 | 186 | 188 | - |
| CMYK | 0.35 | 0.01 | 0 | 0.26 |
| HSL | 181.85º | 0.33% | 0.61% | - |
| HSV(B) | 181.85º | 0.35% | 0.74% | - |
| XYZ | 34.8 | 42.96 | 54.03 | - |
| YUV | 167.39 | 139.63 | 96.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 186 | 188 | 0.35 | 0.01 | 0 | 0.26 | 181.85 | 0.33 | 0.61 |
| Hex | 7B | BA | BC | 23 | 1 | 0 | 1A | B6 | 21 | 3D |
| Octal | 173 | 272 | 274 | 43 | 1 | 0 | 32 | 266 | 41 | 75 |
| Binary | 1111011 | 10111010 | 10111100 | 100011 | 1 | 0 | 11010 | 10110110 | 100001 | 111101 |
Color Harmonies of #7BBABC
Complementary color
Monochromatic Colors of #7BBABC
Black with #7BBABC
Text Example
Text Example
White with #7BBABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBABC; }
p { color: rgb(123,186,188); }
H1.HeaderClassName
{
color: #7BBABC;
}
.AnyTagClassName
{
color: #7BBABC;
}
</style>
background-color css
<style>
a { background-color: #7BBABC; }
a { background-color: rgb(123,186,188); }
div.DivClassName
{
background-color: #7BBABC;
}
.BgClassName
{
background-color: #7BBABC;
}
</style>
border-color css
<style>
span { border-color: #7BBABC; }
span { border-color: rgb(123,186,188); }
td.TdClassName
{
border-color: #7BBABC;
}
.TagClassName
{
border-color: #7BBABC;
}
</style>