Shades of Glacier #74B6BA
Tints of Glacier #74B6BA
RGB
CMYK
RGB Variations
Color information
#74B6BA (or 0x74B6BA) is known color: Glacier. HEX triplet: 74, B6 and BA. RGB value is (116,182,186). Sum of RGB (Red+Green+Blue) = 116+182+186=484 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.97% from 484); Green value is 182 (71.48% from 255 or 37.60% from 484); Blue value is 186 (73.05% from 255 or 38.43% from 484); Max value from RGB is 186 - color contains mainly: blue. Hex color #74B6BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74B6BA is #8B4945. Grayscale: #A2A2A2. Windows color (decimal): -9128262 or 12236404. OLE color: 12236404.
HSL color Cylindrical-coordinate representation of color #74B6BA: hue angle of 183.43º 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 #74B6BA is Cyan = 0.38, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 116 | 182 | 186 | - |
| CMYK | 0.38 | 0.02 | 0 | 0.27 |
| HSL | 183.43º | 0.34% | 0.59% | - |
| HSV(B) | 183.43º | 0.38% | 0.73% | - |
| XYZ | 32.79 | 40.71 | 52.58 | - |
| YUV | 162.72 | 141.13 | 94.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 182 | 186 | 0.38 | 0.02 | 0 | 0.27 | 183.43 | 0.34 | 0.59 |
| Hex | 74 | B6 | BA | 26 | 2 | 0 | 1B | B7 | 22 | 3B |
| Octal | 164 | 266 | 272 | 46 | 2 | 0 | 33 | 267 | 42 | 73 |
| Binary | 1110100 | 10110110 | 10111010 | 100110 | 10 | 0 | 11011 | 10110111 | 100010 | 111011 |
Color Harmonies of #74B6BA
Complementary color
Monochromatic Colors of #74B6BA
Black with #74B6BA
Text Example
Text Example
White with #74B6BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74B6BA; }
p { color: rgb(116,182,186); }
H1.HeaderClassName
{
color: #74B6BA;
}
.AnyTagClassName
{
color: #74B6BA;
}
</style>
background-color css
<style>
a { background-color: #74B6BA; }
a { background-color: rgb(116,182,186); }
div.DivClassName
{
background-color: #74B6BA;
}
.BgClassName
{
background-color: #74B6BA;
}
</style>
border-color css
<style>
span { border-color: #74B6BA; }
span { border-color: rgb(116,182,186); }
td.TdClassName
{
border-color: #74B6BA;
}
.TagClassName
{
border-color: #74B6BA;
}
</style>