Shades of Glacier #74B1BA
Tints of Glacier #74B1BA
RGB
CMYK
RGB Variations
Color information
#74B1BA (or 0x74B1BA) is known color: Glacier. HEX triplet: 74, B1 and BA. RGB value is (116,177,186). Sum of RGB (Red+Green+Blue) = 116+177+186=479 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.22% from 479); Green value is 177 (69.53% from 255 or 36.95% from 479); Blue value is 186 (73.05% from 255 or 38.83% from 479); Max value from RGB is 186 - color contains mainly: blue. Hex color #74B1BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74B1BA is #8B4E45. Grayscale: #9F9F9F. Windows color (decimal): -9129542 or 12235124. OLE color: 12235124.
HSL color Cylindrical-coordinate representation of color #74B1BA: hue angle of 187.71º 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 #74B1BA is Cyan = 0.38, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 116 | 177 | 186 | - |
| CMYK | 0.38 | 0.05 | 0 | 0.27 |
| HSL | 187.71º | 0.34% | 0.59% | - |
| HSV(B) | 187.71º | 0.38% | 0.73% | - |
| XYZ | 31.79 | 38.7 | 52.25 | - |
| YUV | 159.79 | 142.79 | 96.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 177 | 186 | 0.38 | 0.05 | 0 | 0.27 | 187.71 | 0.34 | 0.59 |
| Hex | 74 | B1 | BA | 26 | 5 | 0 | 1B | BC | 22 | 3B |
| Octal | 164 | 261 | 272 | 46 | 5 | 0 | 33 | 274 | 42 | 73 |
| Binary | 1110100 | 10110001 | 10111010 | 100110 | 101 | 0 | 11011 | 10111100 | 100010 | 111011 |
Color Harmonies of #74B1BA
Complementary color
Monochromatic Colors of #74B1BA
Black with #74B1BA
Text Example
Text Example
White with #74B1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74B1BA; }
p { color: rgb(116,177,186); }
H1.HeaderClassName
{
color: #74B1BA;
}
.AnyTagClassName
{
color: #74B1BA;
}
</style>
background-color css
<style>
a { background-color: #74B1BA; }
a { background-color: rgb(116,177,186); }
div.DivClassName
{
background-color: #74B1BA;
}
.BgClassName
{
background-color: #74B1BA;
}
</style>
border-color css
<style>
span { border-color: #74B1BA; }
span { border-color: rgb(116,177,186); }
td.TdClassName
{
border-color: #74B1BA;
}
.TagClassName
{
border-color: #74B1BA;
}
</style>