Shades of Glacier #7DBABB
Tints of Glacier #7DBABB
RGB
CMYK
RGB Variations
Color information
#7DBABB (or 0x7DBABB) is known color: Glacier. HEX triplet: 7D, BA and BB. RGB value is (125,186,187). Sum of RGB (Red+Green+Blue) = 125+186+187=498 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.10% from 498); Green value is 186 (73.05% from 255 or 37.35% from 498); Blue value is 187 (73.44% from 255 or 37.55% from 498); Max value from RGB is 187 - color contains mainly: blue. Hex color #7DBABB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DBABB is #824544. Grayscale: #A7A7A7. Windows color (decimal): -8537413 or 12302973. OLE color: 12302973.
HSL color Cylindrical-coordinate representation of color #7DBABB: hue angle of 180.97º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7DBABB is Cyan = 0.33, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 125 | 186 | 187 | - |
| CMYK | 0.33 | 0.01 | 0 | 0.27 |
| HSL | 180.97º | 0.31% | 0.61% | - |
| HSV(B) | 180.97º | 0.33% | 0.73% | - |
| XYZ | 34.99 | 43.07 | 53.48 | - |
| YUV | 167.88 | 138.79 | 97.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 186 | 187 | 0.33 | 0.01 | 0 | 0.27 | 180.97 | 0.31 | 0.61 |
| Hex | 7D | BA | BB | 21 | 1 | 0 | 1B | B5 | 1F | 3D |
| Octal | 175 | 272 | 273 | 41 | 1 | 0 | 33 | 265 | 37 | 75 |
| Binary | 1111101 | 10111010 | 10111011 | 100001 | 1 | 0 | 11011 | 10110101 | 11111 | 111101 |
Color Harmonies of #7DBABB
Complementary color
Monochromatic Colors of #7DBABB
Black with #7DBABB
Text Example
Text Example
White with #7DBABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBABB; }
p { color: rgb(125,186,187); }
H1.HeaderClassName
{
color: #7DBABB;
}
.AnyTagClassName
{
color: #7DBABB;
}
</style>
background-color css
<style>
a { background-color: #7DBABB; }
a { background-color: rgb(125,186,187); }
div.DivClassName
{
background-color: #7DBABB;
}
.BgClassName
{
background-color: #7DBABB;
}
</style>
border-color css
<style>
span { border-color: #7DBABB; }
span { border-color: rgb(125,186,187); }
td.TdClassName
{
border-color: #7DBABB;
}
.TagClassName
{
border-color: #7DBABB;
}
</style>