Shades of Glacier #7DBABF
Tints of Glacier #7DBABF
RGB
CMYK
RGB Variations
Color information
#7DBABF (or 0x7DBABF) is known color: Glacier. HEX triplet: 7D, BA and BF. RGB value is (125,186,191). Sum of RGB (Red+Green+Blue) = 125+186+191=502 (66% of max value = 765). Red value is 125 (49.22% from 255 or 24.90% from 502); Green value is 186 (73.05% from 255 or 37.05% from 502); Blue value is 191 (75% from 255 or 38.05% from 502); Max value from RGB is 191 - color contains mainly: blue. Hex color #7DBABF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DBABF is #824540. Grayscale: #A8A8A8. Windows color (decimal): -8537409 or 12565117. OLE color: 12565117.
HSL color Cylindrical-coordinate representation of color #7DBABF: hue angle of 184.55º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7DBABF is Cyan = 0.35, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 125 | 186 | 191 | - |
| CMYK | 0.35 | 0.03 | 0 | 0.25 |
| HSL | 184.55º | 0.34% | 0.62% | - |
| HSV(B) | 184.55º | 0.35% | 0.75% | - |
| XYZ | 35.42 | 43.24 | 55.77 | - |
| YUV | 168.33 | 140.79 | 97.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 186 | 191 | 0.35 | 0.03 | 0 | 0.25 | 184.55 | 0.34 | 0.62 |
| Hex | 7D | BA | BF | 23 | 3 | 0 | 19 | B9 | 22 | 3E |
| Octal | 175 | 272 | 277 | 43 | 3 | 0 | 31 | 271 | 42 | 76 |
| Binary | 1111101 | 10111010 | 10111111 | 100011 | 11 | 0 | 11001 | 10111001 | 100010 | 111110 |
Color Harmonies of #7DBABF
Complementary color
Monochromatic Colors of #7DBABF
Black with #7DBABF
Text Example
Text Example
White with #7DBABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBABF; }
p { color: rgb(125,186,191); }
H1.HeaderClassName
{
color: #7DBABF;
}
.AnyTagClassName
{
color: #7DBABF;
}
</style>
background-color css
<style>
a { background-color: #7DBABF; }
a { background-color: rgb(125,186,191); }
div.DivClassName
{
background-color: #7DBABF;
}
.BgClassName
{
background-color: #7DBABF;
}
</style>
border-color css
<style>
span { border-color: #7DBABF; }
span { border-color: rgb(125,186,191); }
td.TdClassName
{
border-color: #7DBABF;
}
.TagClassName
{
border-color: #7DBABF;
}
</style>