Shades of Glacier #76BEC1
Tints of Glacier #76BEC1
RGB
CMYK
RGB Variations
Color information
#76BEC1 (or 0x76BEC1) is known color: Glacier. HEX triplet: 76, BE and C1. RGB value is (118,190,193). Sum of RGB (Red+Green+Blue) = 118+190+193=501 (66% of max value = 765). Red value is 118 (46.48% from 255 or 23.55% from 501); Green value is 190 (74.61% from 255 or 37.92% from 501); Blue value is 193 (75.78% from 255 or 38.52% from 501); Max value from RGB is 193 - color contains mainly: blue. Hex color #76BEC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76BEC1 is #89413E. Grayscale: #A8A8A8. Windows color (decimal): -8995135 or 12697206. OLE color: 12697206.
HSL color Cylindrical-coordinate representation of color #76BEC1: hue angle of 182.4º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #76BEC1 is Cyan = 0.39, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 118 | 190 | 193 | - |
| CMYK | 0.39 | 0.02 | 0 | 0.24 |
| HSL | 182.4º | 0.38% | 0.61% | - |
| HSV(B) | 182.4º | 0.39% | 0.76% | - |
| XYZ | 35.51 | 44.53 | 57.18 | - |
| YUV | 168.81 | 141.65 | 91.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 190 | 193 | 0.39 | 0.02 | 0 | 0.24 | 182.4 | 0.38 | 0.61 |
| Hex | 76 | BE | C1 | 27 | 2 | 0 | 18 | B6 | 26 | 3D |
| Octal | 166 | 276 | 301 | 47 | 2 | 0 | 30 | 266 | 46 | 75 |
| Binary | 1110110 | 10111110 | 11000001 | 100111 | 10 | 0 | 11000 | 10110110 | 100110 | 111101 |
Color Harmonies of #76BEC1
Complementary color
Monochromatic Colors of #76BEC1
Black with #76BEC1
Text Example
Text Example
White with #76BEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76BEC1; }
p { color: rgb(118,190,193); }
H1.HeaderClassName
{
color: #76BEC1;
}
.AnyTagClassName
{
color: #76BEC1;
}
</style>
background-color css
<style>
a { background-color: #76BEC1; }
a { background-color: rgb(118,190,193); }
div.DivClassName
{
background-color: #76BEC1;
}
.BgClassName
{
background-color: #76BEC1;
}
</style>
border-color css
<style>
span { border-color: #76BEC1; }
span { border-color: rgb(118,190,193); }
td.TdClassName
{
border-color: #76BEC1;
}
.TagClassName
{
border-color: #76BEC1;
}
</style>