Shades of Glacier #74BBBE
Tints of Glacier #74BBBE
RGB
CMYK
RGB Variations
Color information
#74BBBE (or 0x74BBBE) is known color: Glacier. HEX triplet: 74, BB and BE. RGB value is (116,187,190). Sum of RGB (Red+Green+Blue) = 116+187+190=493 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.53% from 493); Green value is 187 (73.44% from 255 or 37.93% from 493); Blue value is 190 (74.61% from 255 or 38.54% from 493); Max value from RGB is 190 - color contains mainly: blue. Hex color #74BBBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74BBBE is #8B4441. Grayscale: #A6A6A6. Windows color (decimal): -9126978 or 12499828. OLE color: 12499828.
HSL color Cylindrical-coordinate representation of color #74BBBE: hue angle of 182.43º 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 #74BBBE is Cyan = 0.39, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 116 | 187 | 190 | - |
| CMYK | 0.39 | 0.02 | 0 | 0.25 |
| HSL | 182.43º | 0.36% | 0.6% | - |
| HSV(B) | 182.43º | 0.39% | 0.75% | - |
| XYZ | 34.27 | 42.97 | 55.2 | - |
| YUV | 166.11 | 141.48 | 92.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 187 | 190 | 0.39 | 0.02 | 0 | 0.25 | 182.43 | 0.36 | 0.6 |
| Hex | 74 | BB | BE | 27 | 2 | 0 | 19 | B6 | 24 | 3C |
| Octal | 164 | 273 | 276 | 47 | 2 | 0 | 31 | 266 | 44 | 74 |
| Binary | 1110100 | 10111011 | 10111110 | 100111 | 10 | 0 | 11001 | 10110110 | 100100 | 111100 |
Color Harmonies of #74BBBE
Complementary color
Monochromatic Colors of #74BBBE
Black with #74BBBE
Text Example
Text Example
White with #74BBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74BBBE; }
p { color: rgb(116,187,190); }
H1.HeaderClassName
{
color: #74BBBE;
}
.AnyTagClassName
{
color: #74BBBE;
}
</style>
background-color css
<style>
a { background-color: #74BBBE; }
a { background-color: rgb(116,187,190); }
div.DivClassName
{
background-color: #74BBBE;
}
.BgClassName
{
background-color: #74BBBE;
}
</style>
border-color css
<style>
span { border-color: #74BBBE; }
span { border-color: rgb(116,187,190); }
td.TdClassName
{
border-color: #74BBBE;
}
.TagClassName
{
border-color: #74BBBE;
}
</style>