Shades of Glacier #7BBABA
Tints of Glacier #7BBABA
RGB
CMYK
RGB Variations
Color information
#7BBABA (or 0x7BBABA) is known color: Glacier. HEX triplet: 7B, BA and BA. RGB value is (123,186,186). Sum of RGB (Red+Green+Blue) = 123+186+186=495 (65% of max value = 765). Red value is 123 (48.44% from 255 or 24.85% from 495); Green value is 186 (73.05% from 255 or 37.58% from 495); Blue value is 186 (73.05% from 255 or 37.58% from 495); Max value from RGB is 186 - color contains mainly: green, blue. Hex color #7BBABA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BBABA is #844545. Grayscale: #A7A7A7. Windows color (decimal): -8668486 or 12237435. OLE color: 12237435.
HSL color Cylindrical-coordinate representation of color #7BBABA: hue angle of 180º degrees, saturation: 0.31, 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 #7BBABA is Cyan = 0.34, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 123 | 186 | 186 | - |
| CMYK | 0.34 | 0 | 0 | 0.27 |
| HSL | 180º | 0.31% | 0.61% | - |
| HSV(B) | 180º | 0.34% | 0.73% | - |
| XYZ | 34.59 | 42.87 | 52.91 | - |
| YUV | 167.16 | 138.63 | 96.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 186 | 186 | 0.34 | 0 | 0 | 0.27 | 180 | 0.31 | 0.61 |
| Hex | 7B | BA | BA | 22 | 0 | 0 | 1B | B4 | 1F | 3D |
| Octal | 173 | 272 | 272 | 42 | 0 | 0 | 33 | 264 | 37 | 75 |
| Binary | 1111011 | 10111010 | 10111010 | 100010 | 0 | 0 | 11011 | 10110100 | 11111 | 111101 |
Color Harmonies of #7BBABA
Complementary color
Monochromatic Colors of #7BBABA
Black with #7BBABA
Text Example
Text Example
White with #7BBABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBABA; }
p { color: rgb(123,186,186); }
H1.HeaderClassName
{
color: #7BBABA;
}
.AnyTagClassName
{
color: #7BBABA;
}
</style>
background-color css
<style>
a { background-color: #7BBABA; }
a { background-color: rgb(123,186,186); }
div.DivClassName
{
background-color: #7BBABA;
}
.BgClassName
{
background-color: #7BBABA;
}
</style>
border-color css
<style>
span { border-color: #7BBABA; }
span { border-color: rgb(123,186,186); }
td.TdClassName
{
border-color: #7BBABA;
}
.TagClassName
{
border-color: #7BBABA;
}
</style>