Shades of Glacier #75BDBE
Tints of Glacier #75BDBE
RGB
CMYK
RGB Variations
Color information
#75BDBE (or 0x75BDBE) is known color: Glacier. HEX triplet: 75, BD and BE. RGB value is (117,189,190). Sum of RGB (Red+Green+Blue) = 117+189+190=496 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.59% from 496); Green value is 189 (74.22% from 255 or 38.10% from 496); Blue value is 190 (74.61% from 255 or 38.31% from 496); Max value from RGB is 190 - color contains mainly: blue. Hex color #75BDBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75BDBE is #8A4241. Grayscale: #A7A7A7. Windows color (decimal): -9060930 or 12500341. OLE color: 12500341.
HSL color Cylindrical-coordinate representation of color #75BDBE: hue angle of 180.82º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #75BDBE is Cyan = 0.38, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 117 | 189 | 190 | - |
| CMYK | 0.38 | 0.01 | 0 | 0.25 |
| HSL | 180.82º | 0.36% | 0.6% | - |
| HSV(B) | 180.82º | 0.38% | 0.75% | - |
| XYZ | 34.83 | 43.89 | 55.35 | - |
| YUV | 167.59 | 140.65 | 91.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 189 | 190 | 0.38 | 0.01 | 0 | 0.25 | 180.82 | 0.36 | 0.6 |
| Hex | 75 | BD | BE | 26 | 1 | 0 | 19 | B5 | 24 | 3C |
| Octal | 165 | 275 | 276 | 46 | 1 | 0 | 31 | 265 | 44 | 74 |
| Binary | 1110101 | 10111101 | 10111110 | 100110 | 1 | 0 | 11001 | 10110101 | 100100 | 111100 |
Color Harmonies of #75BDBE
Complementary color
Monochromatic Colors of #75BDBE
Black with #75BDBE
Text Example
Text Example
White with #75BDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75BDBE; }
p { color: rgb(117,189,190); }
H1.HeaderClassName
{
color: #75BDBE;
}
.AnyTagClassName
{
color: #75BDBE;
}
</style>
background-color css
<style>
a { background-color: #75BDBE; }
a { background-color: rgb(117,189,190); }
div.DivClassName
{
background-color: #75BDBE;
}
.BgClassName
{
background-color: #75BDBE;
}
</style>
border-color css
<style>
span { border-color: #75BDBE; }
span { border-color: rgb(117,189,190); }
td.TdClassName
{
border-color: #75BDBE;
}
.TagClassName
{
border-color: #75BDBE;
}
</style>