Shades of Glacier #75B1BA
Tints of Glacier #75B1BA
RGB
CMYK
RGB Variations
Color information
#75B1BA (or 0x75B1BA) is known color: Glacier. HEX triplet: 75, B1 and BA. RGB value is (117,177,186). Sum of RGB (Red+Green+Blue) = 117+177+186=480 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.38% from 480); Green value is 177 (69.53% from 255 or 36.88% from 480); Blue value is 186 (73.05% from 255 or 38.75% from 480); Max value from RGB is 186 - color contains mainly: blue. Hex color #75B1BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75B1BA is #8A4E45. Grayscale: #9F9F9F. Windows color (decimal): -9064006 or 12235125. OLE color: 12235125.
HSL color Cylindrical-coordinate representation of color #75B1BA: hue angle of 187.83º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #75B1BA is Cyan = 0.37, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 117 | 177 | 186 | - |
| CMYK | 0.37 | 0.05 | 0 | 0.27 |
| HSL | 187.83º | 0.33% | 0.59% | - |
| HSV(B) | 187.83º | 0.37% | 0.73% | - |
| XYZ | 31.92 | 38.77 | 52.26 | - |
| YUV | 160.09 | 142.62 | 97.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 177 | 186 | 0.37 | 0.05 | 0 | 0.27 | 187.83 | 0.33 | 0.59 |
| Hex | 75 | B1 | BA | 25 | 5 | 0 | 1B | BC | 21 | 3B |
| Octal | 165 | 261 | 272 | 45 | 5 | 0 | 33 | 274 | 41 | 73 |
| Binary | 1110101 | 10110001 | 10111010 | 100101 | 101 | 0 | 11011 | 10111100 | 100001 | 111011 |
Color Harmonies of #75B1BA
Complementary color
Monochromatic Colors of #75B1BA
Black with #75B1BA
Text Example
Text Example
White with #75B1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75B1BA; }
p { color: rgb(117,177,186); }
H1.HeaderClassName
{
color: #75B1BA;
}
.AnyTagClassName
{
color: #75B1BA;
}
</style>
background-color css
<style>
a { background-color: #75B1BA; }
a { background-color: rgb(117,177,186); }
div.DivClassName
{
background-color: #75B1BA;
}
.BgClassName
{
background-color: #75B1BA;
}
</style>
border-color css
<style>
span { border-color: #75B1BA; }
span { border-color: rgb(117,177,186); }
td.TdClassName
{
border-color: #75B1BA;
}
.TagClassName
{
border-color: #75B1BA;
}
</style>