Shades of Glacier #7FBABB
Tints of Glacier #7FBABB
RGB
CMYK
RGB Variations
Color information
#7FBABB (or 0x7FBABB) is known color: Glacier. HEX triplet: 7F, BA and BB. RGB value is (127,186,187). Sum of RGB (Red+Green+Blue) = 127+186+187=500 (66% of max value = 765). Red value is 127 (50% from 255 or 25.4% from 500); Green value is 186 (73.05% from 255 or 37.2% from 500); Blue value is 187 (73.44% from 255 or 37.4% from 500); Max value from RGB is 187 - color contains mainly: blue. Hex color #7FBABB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FBABB is #804544. Grayscale: #A8A8A8. Windows color (decimal): -8406341 or 12302975. OLE color: 12302975.
HSL color Cylindrical-coordinate representation of color #7FBABB: hue angle of 181º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7FBABB is Cyan = 0.32, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 127 | 186 | 187 | - |
| CMYK | 0.32 | 0.01 | 0 | 0.27 |
| HSL | 181º | 0.31% | 0.62% | - |
| HSV(B) | 181º | 0.32% | 0.73% | - |
| XYZ | 35.28 | 43.22 | 53.5 | - |
| YUV | 168.47 | 138.45 | 98.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 186 | 187 | 0.32 | 0.01 | 0 | 0.27 | 181 | 0.31 | 0.62 |
| Hex | 7F | BA | BB | 20 | 1 | 0 | 1B | B5 | 1F | 3E |
| Octal | 177 | 272 | 273 | 40 | 1 | 0 | 33 | 265 | 37 | 76 |
| Binary | 1111111 | 10111010 | 10111011 | 100000 | 1 | 0 | 11011 | 10110101 | 11111 | 111110 |
Color Harmonies of #7FBABB
Complementary color
Monochromatic Colors of #7FBABB
Black with #7FBABB
Text Example
Text Example
White with #7FBABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FBABB; }
p { color: rgb(127,186,187); }
H1.HeaderClassName
{
color: #7FBABB;
}
.AnyTagClassName
{
color: #7FBABB;
}
</style>
background-color css
<style>
a { background-color: #7FBABB; }
a { background-color: rgb(127,186,187); }
div.DivClassName
{
background-color: #7FBABB;
}
.BgClassName
{
background-color: #7FBABB;
}
</style>
border-color css
<style>
span { border-color: #7FBABB; }
span { border-color: rgb(127,186,187); }
td.TdClassName
{
border-color: #7FBABB;
}
.TagClassName
{
border-color: #7FBABB;
}
</style>