Shades of Glacier #75BDBF
Tints of Glacier #75BDBF
RGB
CMYK
RGB Variations
Color information
#75BDBF (or 0x75BDBF) is known color: Glacier. HEX triplet: 75, BD and BF. RGB value is (117,189,191). Sum of RGB (Red+Green+Blue) = 117+189+191=497 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.54% from 497); Green value is 189 (74.22% from 255 or 38.03% from 497); Blue value is 191 (75% from 255 or 38.43% from 497); Max value from RGB is 191 - color contains mainly: blue. Hex color #75BDBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75BDBF is #8A4240. Grayscale: #A7A7A7. Windows color (decimal): -9060929 or 12565877. OLE color: 12565877.
HSL color Cylindrical-coordinate representation of color #75BDBF: hue angle of 181.62º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #75BDBF is Cyan = 0.39, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 117 | 189 | 191 | - |
| CMYK | 0.39 | 0.01 | 0 | 0.25 |
| HSL | 181.62º | 0.37% | 0.6% | - |
| HSV(B) | 181.62º | 0.39% | 0.75% | - |
| XYZ | 34.94 | 43.94 | 55.93 | - |
| YUV | 167.7 | 141.15 | 91.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 189 | 191 | 0.39 | 0.01 | 0 | 0.25 | 181.62 | 0.37 | 0.6 |
| Hex | 75 | BD | BF | 27 | 1 | 0 | 19 | B6 | 25 | 3C |
| Octal | 165 | 275 | 277 | 47 | 1 | 0 | 31 | 266 | 45 | 74 |
| Binary | 1110101 | 10111101 | 10111111 | 100111 | 1 | 0 | 11001 | 10110110 | 100101 | 111100 |
Color Harmonies of #75BDBF
Complementary color
Monochromatic Colors of #75BDBF
Black with #75BDBF
Text Example
Text Example
White with #75BDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75BDBF; }
p { color: rgb(117,189,191); }
H1.HeaderClassName
{
color: #75BDBF;
}
.AnyTagClassName
{
color: #75BDBF;
}
</style>
background-color css
<style>
a { background-color: #75BDBF; }
a { background-color: rgb(117,189,191); }
div.DivClassName
{
background-color: #75BDBF;
}
.BgClassName
{
background-color: #75BDBF;
}
</style>
border-color css
<style>
span { border-color: #75BDBF; }
span { border-color: rgb(117,189,191); }
td.TdClassName
{
border-color: #75BDBF;
}
.TagClassName
{
border-color: #75BDBF;
}
</style>