Shades of Glacier #76BCBD
Tints of Glacier #76BCBD
RGB
CMYK
RGB Variations
Color information
#76BCBD (or 0x76BCBD) is known color: Glacier. HEX triplet: 76, BC and BD. RGB value is (118,188,189). Sum of RGB (Red+Green+Blue) = 118+188+189=495 (65% of max value = 765). Red value is 118 (46.48% from 255 or 23.84% from 495); Green value is 188 (73.83% from 255 or 37.98% from 495); Blue value is 189 (74.22% from 255 or 38.18% from 495); Max value from RGB is 189 - color contains mainly: blue. Hex color #76BCBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76BCBD is #894342. Grayscale: #A7A7A7. Windows color (decimal): -8995651 or 12434550. OLE color: 12434550.
HSL color Cylindrical-coordinate representation of color #76BCBD: hue angle of 180.85º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #76BCBD is Cyan = 0.38, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 118 | 188 | 189 | - |
| CMYK | 0.38 | 0.01 | 0 | 0.26 |
| HSL | 180.85º | 0.35% | 0.6% | - |
| HSV(B) | 180.85º | 0.38% | 0.74% | - |
| XYZ | 34.64 | 43.49 | 54.71 | - |
| YUV | 167.18 | 140.31 | 92.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 188 | 189 | 0.38 | 0.01 | 0 | 0.26 | 180.85 | 0.35 | 0.6 |
| Hex | 76 | BC | BD | 26 | 1 | 0 | 1A | B5 | 23 | 3C |
| Octal | 166 | 274 | 275 | 46 | 1 | 0 | 32 | 265 | 43 | 74 |
| Binary | 1110110 | 10111100 | 10111101 | 100110 | 1 | 0 | 11010 | 10110101 | 100011 | 111100 |
Color Harmonies of #76BCBD
Complementary color
Monochromatic Colors of #76BCBD
Black with #76BCBD
Text Example
Text Example
White with #76BCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76BCBD; }
p { color: rgb(118,188,189); }
H1.HeaderClassName
{
color: #76BCBD;
}
.AnyTagClassName
{
color: #76BCBD;
}
</style>
background-color css
<style>
a { background-color: #76BCBD; }
a { background-color: rgb(118,188,189); }
div.DivClassName
{
background-color: #76BCBD;
}
.BgClassName
{
background-color: #76BCBD;
}
</style>
border-color css
<style>
span { border-color: #76BCBD; }
span { border-color: rgb(118,188,189); }
td.TdClassName
{
border-color: #76BCBD;
}
.TagClassName
{
border-color: #76BCBD;
}
</style>