Shades of Glacier #7BBEBF
Tints of Glacier #7BBEBF
RGB
CMYK
RGB Variations
Color information
#7BBEBF (or 0x7BBEBF) is known color: Glacier. HEX triplet: 7B, BE and BF. RGB value is (123,190,191). Sum of RGB (Red+Green+Blue) = 123+190+191=504 (66% of max value = 765). Red value is 123 (48.44% from 255 or 24.40% from 504); Green value is 190 (74.61% from 255 or 37.70% from 504); Blue value is 191 (75% from 255 or 37.90% from 504); Max value from RGB is 191 - color contains mainly: blue. Hex color #7BBEBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BBEBF is #844140. Grayscale: #AAAAAA. Windows color (decimal): -8667457 or 12566139. OLE color: 12566139.
HSL color Cylindrical-coordinate representation of color #7BBEBF: 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.36%. Process color model (Four color, CMYK) of #7BBEBF is Cyan = 0.36, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 123 | 190 | 191 | - |
| CMYK | 0.36 | 0.01 | 0 | 0.25 |
| HSL | 180.88º | 0.35% | 0.62% | - |
| HSV(B) | 180.88º | 0.36% | 0.75% | - |
| XYZ | 35.99 | 44.8 | 56.04 | - |
| YUV | 170.08 | 139.8 | 94.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 190 | 191 | 0.36 | 0.01 | 0 | 0.25 | 180.88 | 0.35 | 0.62 |
| Hex | 7B | BE | BF | 24 | 1 | 0 | 19 | B5 | 23 | 3E |
| Octal | 173 | 276 | 277 | 44 | 1 | 0 | 31 | 265 | 43 | 76 |
| Binary | 1111011 | 10111110 | 10111111 | 100100 | 1 | 0 | 11001 | 10110101 | 100011 | 111110 |
Color Harmonies of #7BBEBF
Complementary color
Monochromatic Colors of #7BBEBF
Black with #7BBEBF
Text Example
Text Example
White with #7BBEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBEBF; }
p { color: rgb(123,190,191); }
H1.HeaderClassName
{
color: #7BBEBF;
}
.AnyTagClassName
{
color: #7BBEBF;
}
</style>
background-color css
<style>
a { background-color: #7BBEBF; }
a { background-color: rgb(123,190,191); }
div.DivClassName
{
background-color: #7BBEBF;
}
.BgClassName
{
background-color: #7BBEBF;
}
</style>
border-color css
<style>
span { border-color: #7BBEBF; }
span { border-color: rgb(123,190,191); }
td.TdClassName
{
border-color: #7BBEBF;
}
.TagClassName
{
border-color: #7BBEBF;
}
</style>