Shades of Glacier #74B3B9
Tints of Glacier #74B3B9
RGB
CMYK
RGB Variations
Color information
#74B3B9 (or 0x74B3B9) is known color: Glacier. HEX triplet: 74, B3 and B9. RGB value is (116,179,185). Sum of RGB (Red+Green+Blue) = 116+179+185=480 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.17% from 480); Green value is 179 (70.31% from 255 or 37.29% from 480); Blue value is 185 (72.66% from 255 or 38.54% from 480); Max value from RGB is 185 - color contains mainly: blue. Hex color #74B3B9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74B3B9 is #8B4C46. Grayscale: #A0A0A0. Windows color (decimal): -9129031 or 12170100. OLE color: 12170100.
HSL color Cylindrical-coordinate representation of color #74B3B9: hue angle of 185.22º 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 #74B3B9 is Cyan = 0.37, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 116 | 179 | 185 | - |
| CMYK | 0.37 | 0.03 | 0 | 0.27 |
| HSL | 185.22º | 0.33% | 0.59% | - |
| HSV(B) | 185.22º | 0.37% | 0.73% | - |
| XYZ | 32.08 | 39.46 | 51.82 | - |
| YUV | 160.85 | 141.63 | 96.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 179 | 185 | 0.37 | 0.03 | 0 | 0.27 | 185.22 | 0.33 | 0.59 |
| Hex | 74 | B3 | B9 | 25 | 3 | 0 | 1B | B9 | 21 | 3B |
| Octal | 164 | 263 | 271 | 45 | 3 | 0 | 33 | 271 | 41 | 73 |
| Binary | 1110100 | 10110011 | 10111001 | 100101 | 11 | 0 | 11011 | 10111001 | 100001 | 111011 |
Color Harmonies of #74B3B9
Complementary color
Monochromatic Colors of #74B3B9
Black with #74B3B9
Text Example
Text Example
White with #74B3B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74B3B9; }
p { color: rgb(116,179,185); }
H1.HeaderClassName
{
color: #74B3B9;
}
.AnyTagClassName
{
color: #74B3B9;
}
</style>
background-color css
<style>
a { background-color: #74B3B9; }
a { background-color: rgb(116,179,185); }
div.DivClassName
{
background-color: #74B3B9;
}
.BgClassName
{
background-color: #74B3B9;
}
</style>
border-color css
<style>
span { border-color: #74B3B9; }
span { border-color: rgb(116,179,185); }
td.TdClassName
{
border-color: #74B3B9;
}
.TagClassName
{
border-color: #74B3B9;
}
</style>