Shades of Glacier #75ADBA
Tints of Glacier #75ADBA
RGB
CMYK
RGB Variations
Color information
#75ADBA (or 0x75ADBA) is known color: Glacier. HEX triplet: 75, AD and BA. RGB value is (117,173,186). Sum of RGB (Red+Green+Blue) = 117+173+186=476 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.58% from 476); Green value is 173 (67.97% from 255 or 36.34% from 476); Blue value is 186 (73.05% from 255 or 39.08% from 476); Max value from RGB is 186 - color contains mainly: blue. Hex color #75ADBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75ADBA is #8A5245. Grayscale: #9D9D9D. Windows color (decimal): -9065030 or 12234101. OLE color: 12234101.
HSL color Cylindrical-coordinate representation of color #75ADBA: hue angle of 191.3º 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 #75ADBA is Cyan = 0.37, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 117 | 173 | 186 | - |
| CMYK | 0.37 | 0.07 | 0 | 0.27 |
| HSL | 191.3º | 0.33% | 0.59% | - |
| HSV(B) | 191.3º | 0.37% | 0.73% | - |
| XYZ | 31.14 | 37.21 | 52 | - |
| YUV | 157.74 | 143.95 | 98.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 173 | 186 | 0.37 | 0.07 | 0 | 0.27 | 191.3 | 0.33 | 0.59 |
| Hex | 75 | AD | BA | 25 | 7 | 0 | 1B | BF | 21 | 3B |
| Octal | 165 | 255 | 272 | 45 | 7 | 0 | 33 | 277 | 41 | 73 |
| Binary | 1110101 | 10101101 | 10111010 | 100101 | 111 | 0 | 11011 | 10111111 | 100001 | 111011 |
Color Harmonies of #75ADBA
Complementary color
Monochromatic Colors of #75ADBA
Black with #75ADBA
Text Example
Text Example
White with #75ADBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75ADBA; }
p { color: rgb(117,173,186); }
H1.HeaderClassName
{
color: #75ADBA;
}
.AnyTagClassName
{
color: #75ADBA;
}
</style>
background-color css
<style>
a { background-color: #75ADBA; }
a { background-color: rgb(117,173,186); }
div.DivClassName
{
background-color: #75ADBA;
}
.BgClassName
{
background-color: #75ADBA;
}
</style>
border-color css
<style>
span { border-color: #75ADBA; }
span { border-color: rgb(117,173,186); }
td.TdClassName
{
border-color: #75ADBA;
}
.TagClassName
{
border-color: #75ADBA;
}
</style>