Shades of Glacier #74ADBA
Tints of Glacier #74ADBA
RGB
CMYK
RGB Variations
Color information
#74ADBA (or 0x74ADBA) is known color: Glacier. HEX triplet: 74, AD and BA. RGB value is (116,173,186). Sum of RGB (Red+Green+Blue) = 116+173+186=475 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.42% from 475); Green value is 173 (67.97% from 255 or 36.42% from 475); Blue value is 186 (73.05% from 255 or 39.16% from 475); Max value from RGB is 186 - color contains mainly: blue. Hex color #74ADBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74ADBA is #8B5245. Grayscale: #9D9D9D. Windows color (decimal): -9130566 or 12234100. OLE color: 12234100.
HSL color Cylindrical-coordinate representation of color #74ADBA: hue angle of 191.14º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #74ADBA is Cyan = 0.38, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 116 | 173 | 186 | - |
| CMYK | 0.38 | 0.07 | 0 | 0.27 |
| HSL | 191.14º | 0.34% | 0.59% | - |
| HSV(B) | 191.14º | 0.38% | 0.73% | - |
| XYZ | 31.01 | 37.15 | 51.99 | - |
| YUV | 157.44 | 144.12 | 98.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 173 | 186 | 0.38 | 0.07 | 0 | 0.27 | 191.14 | 0.34 | 0.59 |
| Hex | 74 | AD | BA | 26 | 7 | 0 | 1B | BF | 22 | 3B |
| Octal | 164 | 255 | 272 | 46 | 7 | 0 | 33 | 277 | 42 | 73 |
| Binary | 1110100 | 10101101 | 10111010 | 100110 | 111 | 0 | 11011 | 10111111 | 100010 | 111011 |
Color Harmonies of #74ADBA
Complementary color
Monochromatic Colors of #74ADBA
Black with #74ADBA
Text Example
Text Example
White with #74ADBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74ADBA; }
p { color: rgb(116,173,186); }
H1.HeaderClassName
{
color: #74ADBA;
}
.AnyTagClassName
{
color: #74ADBA;
}
</style>
background-color css
<style>
a { background-color: #74ADBA; }
a { background-color: rgb(116,173,186); }
div.DivClassName
{
background-color: #74ADBA;
}
.BgClassName
{
background-color: #74ADBA;
}
</style>
border-color css
<style>
span { border-color: #74ADBA; }
span { border-color: rgb(116,173,186); }
td.TdClassName
{
border-color: #74ADBA;
}
.TagClassName
{
border-color: #74ADBA;
}
</style>