Shades of Glacier #74B3BE
Tints of Glacier #74B3BE
RGB
CMYK
RGB Variations
Color information
#74B3BE (or 0x74B3BE) is known color: Glacier. HEX triplet: 74, B3 and BE. RGB value is (116,179,190). Sum of RGB (Red+Green+Blue) = 116+179+190=485 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.92% from 485); Green value is 179 (70.31% from 255 or 36.91% from 485); Blue value is 190 (74.61% from 255 or 39.18% from 485); Max value from RGB is 190 - color contains mainly: blue. Hex color #74B3BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74B3BE is #8B4C41. Grayscale: #A1A1A1. Windows color (decimal): -9129026 or 12497780. OLE color: 12497780.
HSL color Cylindrical-coordinate representation of color #74B3BE: hue angle of 188.92º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #74B3BE is Cyan = 0.39, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 116 | 179 | 190 | - |
| CMYK | 0.39 | 0.06 | 0 | 0.25 |
| HSL | 188.92º | 0.36% | 0.6% | - |
| HSV(B) | 188.92º | 0.39% | 0.75% | - |
| XYZ | 32.62 | 39.67 | 54.65 | - |
| YUV | 161.42 | 144.13 | 95.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 179 | 190 | 0.39 | 0.06 | 0 | 0.25 | 188.92 | 0.36 | 0.6 |
| Hex | 74 | B3 | BE | 27 | 6 | 0 | 19 | BD | 24 | 3C |
| Octal | 164 | 263 | 276 | 47 | 6 | 0 | 31 | 275 | 44 | 74 |
| Binary | 1110100 | 10110011 | 10111110 | 100111 | 110 | 0 | 11001 | 10111101 | 100100 | 111100 |
Color Harmonies of #74B3BE
Complementary color
Monochromatic Colors of #74B3BE
Black with #74B3BE
Text Example
Text Example
White with #74B3BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74B3BE; }
p { color: rgb(116,179,190); }
H1.HeaderClassName
{
color: #74B3BE;
}
.AnyTagClassName
{
color: #74B3BE;
}
</style>
background-color css
<style>
a { background-color: #74B3BE; }
a { background-color: rgb(116,179,190); }
div.DivClassName
{
background-color: #74B3BE;
}
.BgClassName
{
background-color: #74B3BE;
}
</style>
border-color css
<style>
span { border-color: #74B3BE; }
span { border-color: rgb(116,179,190); }
td.TdClassName
{
border-color: #74B3BE;
}
.TagClassName
{
border-color: #74B3BE;
}
</style>