Shades of Glacier #76BDBD
Tints of Glacier #76BDBD
RGB
CMYK
RGB Variations
Color information
#76BDBD (or 0x76BDBD) is known color: Glacier. HEX triplet: 76, BD and BD. RGB value is (118,189,189). Sum of RGB (Red+Green+Blue) = 118+189+189=496 (65% of max value = 765). Red value is 118 (46.48% from 255 or 23.79% from 496); Green value is 189 (74.22% from 255 or 38.10% from 496); Blue value is 189 (74.22% from 255 or 38.10% from 496); Max value from RGB is 189 - color contains mainly: green, blue. Hex color #76BDBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76BDBD is #894242. Grayscale: #A7A7A7. Windows color (decimal): -8995395 or 12434806. OLE color: 12434806.
HSL color Cylindrical-coordinate representation of color #76BDBD: hue angle of 180º 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 #76BDBD is Cyan = 0.38, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 118 | 189 | 189 | - |
| CMYK | 0.38 | 0 | 0 | 0.26 |
| HSL | 180º | 0.35% | 0.6% | - |
| HSV(B) | 180º | 0.38% | 0.74% | - |
| XYZ | 34.85 | 43.92 | 54.78 | - |
| YUV | 167.77 | 139.98 | 92.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 189 | 189 | 0.38 | 0 | 0 | 0.26 | 180 | 0.35 | 0.6 |
| Hex | 76 | BD | BD | 26 | 0 | 0 | 1A | B4 | 23 | 3C |
| Octal | 166 | 275 | 275 | 46 | 0 | 0 | 32 | 264 | 43 | 74 |
| Binary | 1110110 | 10111101 | 10111101 | 100110 | 0 | 0 | 11010 | 10110100 | 100011 | 111100 |
Color Harmonies of #76BDBD
Complementary color
Monochromatic Colors of #76BDBD
Black with #76BDBD
Text Example
Text Example
White with #76BDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76BDBD; }
p { color: rgb(118,189,189); }
H1.HeaderClassName
{
color: #76BDBD;
}
.AnyTagClassName
{
color: #76BDBD;
}
</style>
background-color css
<style>
a { background-color: #76BDBD; }
a { background-color: rgb(118,189,189); }
div.DivClassName
{
background-color: #76BDBD;
}
.BgClassName
{
background-color: #76BDBD;
}
</style>
border-color css
<style>
span { border-color: #76BDBD; }
span { border-color: rgb(118,189,189); }
td.TdClassName
{
border-color: #76BDBD;
}
.TagClassName
{
border-color: #76BDBD;
}
</style>