Shades of Glacier #74ACB9
Tints of Glacier #74ACB9
RGB
CMYK
RGB Variations
Color information
#74ACB9 (or 0x74ACB9) is known color: Glacier. HEX triplet: 74, AC and B9. RGB value is (116,172,185). Sum of RGB (Red+Green+Blue) = 116+172+185=473 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.52% from 473); Green value is 172 (67.58% from 255 or 36.36% from 473); Blue value is 185 (72.66% from 255 or 39.11% from 473); Max value from RGB is 185 - color contains mainly: blue. Hex color #74ACB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74ACB9 is #8B5346. Grayscale: #9C9C9C. Windows color (decimal): -9130823 or 12168308. OLE color: 12168308.
HSL color Cylindrical-coordinate representation of color #74ACB9: hue angle of 191.3º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #74ACB9 is Cyan = 0.37, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 116 | 172 | 185 | - |
| CMYK | 0.37 | 0.07 | 0 | 0.27 |
| HSL | 191.3º | 0.33% | 0.59% | - |
| HSV(B) | 191.3º | 0.37% | 0.73% | - |
| XYZ | 30.71 | 36.72 | 51.37 | - |
| YUV | 156.74 | 143.95 | 98.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 172 | 185 | 0.37 | 0.07 | 0 | 0.27 | 191.3 | 0.33 | 0.59 |
| Hex | 74 | AC | B9 | 25 | 7 | 0 | 1B | BF | 21 | 3B |
| Octal | 164 | 254 | 271 | 45 | 7 | 0 | 33 | 277 | 41 | 73 |
| Binary | 1110100 | 10101100 | 10111001 | 100101 | 111 | 0 | 11011 | 10111111 | 100001 | 111011 |
Color Harmonies of #74ACB9
Complementary color
Monochromatic Colors of #74ACB9
Black with #74ACB9
Text Example
Text Example
White with #74ACB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74ACB9; }
p { color: rgb(116,172,185); }
H1.HeaderClassName
{
color: #74ACB9;
}
.AnyTagClassName
{
color: #74ACB9;
}
</style>
background-color css
<style>
a { background-color: #74ACB9; }
a { background-color: rgb(116,172,185); }
div.DivClassName
{
background-color: #74ACB9;
}
.BgClassName
{
background-color: #74ACB9;
}
</style>
border-color css
<style>
span { border-color: #74ACB9; }
span { border-color: rgb(116,172,185); }
td.TdClassName
{
border-color: #74ACB9;
}
.TagClassName
{
border-color: #74ACB9;
}
</style>