Shades of Glacier #75A6B6
Tints of Glacier #75A6B6
RGB
CMYK
RGB Variations
Color information
#75A6B6 (or 0x75A6B6) is known color: Glacier. HEX triplet: 75, A6 and B6. RGB value is (117,166,182). Sum of RGB (Red+Green+Blue) = 117+166+182=465 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.16% from 465); Green value is 166 (65.23% from 255 or 35.70% from 465); Blue value is 182 (71.48% from 255 or 39.14% from 465); Max value from RGB is 182 - color contains mainly: blue. Hex color #75A6B6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75A6B6 is #8A5949. Grayscale: #999999. Windows color (decimal): -9066826 or 11970165. OLE color: 11970165.
HSL color Cylindrical-coordinate representation of color #75A6B6: hue angle of 194.77º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #75A6B6 is Cyan = 0.36, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
RGB | 117 | 166 | 182 | - |
CMYK | 0.36 | 0.09 | 0 | 0.29 |
HSL | 194.77º | 0.31% | 0.59% | - |
HSV(B) | 194.77º | 0.36% | 0.71% | - |
XYZ | 29.42 | 34.43 | 49.35 | - |
YUV | 153.17 | 144.27 | 102.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 117 | 166 | 182 | 0.36 | 0.09 | 0 | 0.29 | 194.77 | 0.31 | 0.59 |
Hex | 75 | A6 | B6 | 24 | 9 | 0 | 1D | C3 | 1F | 3B |
Octal | 165 | 246 | 266 | 44 | 11 | 0 | 35 | 303 | 37 | 73 |
Binary | 1110101 | 10100110 | 10110110 | 100100 | 1001 | 0 | 11101 | 11000011 | 11111 | 111011 |
Color Harmonies of #75A6B6
Complementary color
Monochromatic Colors of #75A6B6
Black with #75A6B6
Text Example
Text Example
White with #75A6B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75A6B6; }
p { color: rgb(117,166,182); }
H1.HeaderClassName
{
color: #75A6B6;
}
.AnyTagClassName
{
color: #75A6B6;
}
</style>
background-color css
<style>
a { background-color: #75A6B6; }
a { background-color: rgb(117,166,182); }
div.DivClassName
{
background-color: #75A6B6;
}
.BgClassName
{
background-color: #75A6B6;
}
</style>
border-color css
<style>
span { border-color: #75A6B6; }
span { border-color: rgb(117,166,182); }
td.TdClassName
{
border-color: #75A6B6;
}
.TagClassName
{
border-color: #75A6B6;
}
</style>