Shades of Glacier #74B5BA
Tints of Glacier #74B5BA
RGB
CMYK
RGB Variations
Color information
#74B5BA (or 0x74B5BA) is known color: Glacier. HEX triplet: 74, B5 and BA. RGB value is (116,181,186). Sum of RGB (Red+Green+Blue) = 116+181+186=483 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.02% from 483); Green value is 181 (71.09% from 255 or 37.47% from 483); Blue value is 186 (73.05% from 255 or 38.51% from 483); Max value from RGB is 186 - color contains mainly: blue. Hex color #74B5BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74B5BA is #8B4A45. Grayscale: #A2A2A2. Windows color (decimal): -9128518 or 12236148. OLE color: 12236148.
HSL color Cylindrical-coordinate representation of color #74B5BA: hue angle of 184.29º 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 #74B5BA is Cyan = 0.38, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 116 | 181 | 186 | - |
| CMYK | 0.38 | 0.03 | 0 | 0.27 |
| HSL | 184.29º | 0.34% | 0.59% | - |
| HSV(B) | 184.29º | 0.38% | 0.73% | - |
| XYZ | 32.59 | 40.31 | 52.52 | - |
| YUV | 162.14 | 141.47 | 95.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 181 | 186 | 0.38 | 0.03 | 0 | 0.27 | 184.29 | 0.34 | 0.59 |
| Hex | 74 | B5 | BA | 26 | 3 | 0 | 1B | B8 | 22 | 3B |
| Octal | 164 | 265 | 272 | 46 | 3 | 0 | 33 | 270 | 42 | 73 |
| Binary | 1110100 | 10110101 | 10111010 | 100110 | 11 | 0 | 11011 | 10111000 | 100010 | 111011 |
Color Harmonies of #74B5BA
Complementary color
Monochromatic Colors of #74B5BA
Black with #74B5BA
Text Example
Text Example
White with #74B5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74B5BA; }
p { color: rgb(116,181,186); }
H1.HeaderClassName
{
color: #74B5BA;
}
.AnyTagClassName
{
color: #74B5BA;
}
</style>
background-color css
<style>
a { background-color: #74B5BA; }
a { background-color: rgb(116,181,186); }
div.DivClassName
{
background-color: #74B5BA;
}
.BgClassName
{
background-color: #74B5BA;
}
</style>
border-color css
<style>
span { border-color: #74B5BA; }
span { border-color: rgb(116,181,186); }
td.TdClassName
{
border-color: #74B5BA;
}
.TagClassName
{
border-color: #74B5BA;
}
</style>