Shades of Glacier #74ACB6
Tints of Glacier #74ACB6
RGB
CMYK
RGB Variations
Color information
#74ACB6 (or 0x74ACB6) is known color: Glacier. HEX triplet: 74, AC and B6. RGB value is (116,172,182). Sum of RGB (Red+Green+Blue) = 116+172+182=470 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.68% from 470); Green value is 172 (67.58% from 255 or 36.60% from 470); Blue value is 182 (71.48% from 255 or 38.72% from 470); Max value from RGB is 182 - color contains mainly: blue. Hex color #74ACB6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74ACB6 is #8B5349. Grayscale: #9C9C9C. Windows color (decimal): -9130826 or 11971700. OLE color: 11971700.
HSL color Cylindrical-coordinate representation of color #74ACB6: hue angle of 189.09º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #74ACB6 is Cyan = 0.36, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 116 | 172 | 182 | - |
| CMYK | 0.36 | 0.05 | 0 | 0.29 |
| HSL | 189.09º | 0.31% | 0.58% | - |
| HSV(B) | 189.09º | 0.36% | 0.71% | - |
| XYZ | 30.4 | 36.6 | 49.72 | - |
| YUV | 156.4 | 142.45 | 99.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 172 | 182 | 0.36 | 0.05 | 0 | 0.29 | 189.09 | 0.31 | 0.58 |
| Hex | 74 | AC | B6 | 24 | 5 | 0 | 1D | BD | 1F | 3A |
| Octal | 164 | 254 | 266 | 44 | 5 | 0 | 35 | 275 | 37 | 72 |
| Binary | 1110100 | 10101100 | 10110110 | 100100 | 101 | 0 | 11101 | 10111101 | 11111 | 111010 |
Color Harmonies of #74ACB6
Complementary color
Monochromatic Colors of #74ACB6
Black with #74ACB6
Text Example
Text Example
White with #74ACB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74ACB6; }
p { color: rgb(116,172,182); }
H1.HeaderClassName
{
color: #74ACB6;
}
.AnyTagClassName
{
color: #74ACB6;
}
</style>
background-color css
<style>
a { background-color: #74ACB6; }
a { background-color: rgb(116,172,182); }
div.DivClassName
{
background-color: #74ACB6;
}
.BgClassName
{
background-color: #74ACB6;
}
</style>
border-color css
<style>
span { border-color: #74ACB6; }
span { border-color: rgb(116,172,182); }
td.TdClassName
{
border-color: #74ACB6;
}
.TagClassName
{
border-color: #74ACB6;
}
</style>