Shades of Glacier #7FADB6
Tints of Glacier #7FADB6
RGB
CMYK
RGB Variations
Color information
#7FADB6 (or 0x7FADB6) is known color: Glacier. HEX triplet: 7F, AD and B6. RGB value is (127,173,182). Sum of RGB (Red+Green+Blue) = 127+173+182=482 (63% of max value = 765). Red value is 127 (50% from 255 or 26.35% from 482); Green value is 173 (67.97% from 255 or 35.89% from 482); Blue value is 182 (71.48% from 255 or 37.76% from 482); Max value from RGB is 182 - color contains mainly: blue. Hex color #7FADB6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FADB6 is #805249. Grayscale: #A0A0A0. Windows color (decimal): -8409674 or 11971967. OLE color: 11971967.
HSL color Cylindrical-coordinate representation of color #7FADB6: hue angle of 189.82º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7FADB6 is Cyan = 0.30, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 127 | 173 | 182 | - |
| CMYK | 0.30 | 0.05 | 0 | 0.29 |
| HSL | 189.82º | 0.27% | 0.61% | - |
| HSV(B) | 189.82º | 0.3% | 0.71% | - |
| XYZ | 32.14 | 37.78 | 49.85 | - |
| YUV | 160.27 | 140.26 | 104.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 173 | 182 | 0.30 | 0.05 | 0 | 0.29 | 189.82 | 0.27 | 0.61 |
| Hex | 7F | AD | B6 | 1E | 5 | 0 | 1D | BE | 1B | 3D |
| Octal | 177 | 255 | 266 | 36 | 5 | 0 | 35 | 276 | 33 | 75 |
| Binary | 1111111 | 10101101 | 10110110 | 11110 | 101 | 0 | 11101 | 10111110 | 11011 | 111101 |
Color Harmonies of #7FADB6
Complementary color
Monochromatic Colors of #7FADB6
Black with #7FADB6
Text Example
Text Example
White with #7FADB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FADB6; }
p { color: rgb(127,173,182); }
H1.HeaderClassName
{
color: #7FADB6;
}
.AnyTagClassName
{
color: #7FADB6;
}
</style>
background-color css
<style>
a { background-color: #7FADB6; }
a { background-color: rgb(127,173,182); }
div.DivClassName
{
background-color: #7FADB6;
}
.BgClassName
{
background-color: #7FADB6;
}
</style>
border-color css
<style>
span { border-color: #7FADB6; }
span { border-color: rgb(127,173,182); }
td.TdClassName
{
border-color: #7FADB6;
}
.TagClassName
{
border-color: #7FADB6;
}
</style>