Shades of Glacier #75BFC0
Tints of Glacier #75BFC0
RGB
CMYK
RGB Variations
Color information
#75BFC0 (or 0x75BFC0) is known color: Glacier. HEX triplet: 75, BF and C0. RGB value is (117,191,192). Sum of RGB (Red+Green+Blue) = 117+191+192=500 (66% of max value = 765). Red value is 117 (46.09% from 255 or 23.4% from 500); Green value is 191 (75% from 255 or 38.2% from 500); Blue value is 192 (75.39% from 255 or 38.4% from 500); Max value from RGB is 192 - color contains mainly: blue. Hex color #75BFC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75BFC0 is #8A403F. Grayscale: #A8A8A8. Windows color (decimal): -9060416 or 12631925. OLE color: 12631925.
HSL color Cylindrical-coordinate representation of color #75BFC0: hue angle of 180.8º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #75BFC0 is Cyan = 0.39, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 117 | 191 | 192 | - |
| CMYK | 0.39 | 0.01 | 0 | 0.25 |
| HSL | 180.8º | 0.37% | 0.61% | - |
| HSV(B) | 180.8º | 0.39% | 0.75% | - |
| XYZ | 35.48 | 44.85 | 56.66 | - |
| YUV | 168.99 | 140.98 | 90.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 191 | 192 | 0.39 | 0.01 | 0 | 0.25 | 180.8 | 0.37 | 0.61 |
| Hex | 75 | BF | C0 | 27 | 1 | 0 | 19 | B5 | 25 | 3D |
| Octal | 165 | 277 | 300 | 47 | 1 | 0 | 31 | 265 | 45 | 75 |
| Binary | 1110101 | 10111111 | 11000000 | 100111 | 1 | 0 | 11001 | 10110101 | 100101 | 111101 |
Color Harmonies of #75BFC0
Complementary color
Monochromatic Colors of #75BFC0
Black with #75BFC0
Text Example
Text Example
White with #75BFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75BFC0; }
p { color: rgb(117,191,192); }
H1.HeaderClassName
{
color: #75BFC0;
}
.AnyTagClassName
{
color: #75BFC0;
}
</style>
background-color css
<style>
a { background-color: #75BFC0; }
a { background-color: rgb(117,191,192); }
div.DivClassName
{
background-color: #75BFC0;
}
.BgClassName
{
background-color: #75BFC0;
}
</style>
border-color css
<style>
span { border-color: #75BFC0; }
span { border-color: rgb(117,191,192); }
td.TdClassName
{
border-color: #75BFC0;
}
.TagClassName
{
border-color: #75BFC0;
}
</style>