Shades of Glacier #78BDBE
Tints of Glacier #78BDBE
RGB
CMYK
RGB Variations
Color information
#78BDBE (or 0x78BDBE) is known color: Glacier. HEX triplet: 78, BD and BE. RGB value is (120,189,190). Sum of RGB (Red+Green+Blue) = 120+189+190=499 (66% of max value = 765). Red value is 120 (47.27% from 255 or 24.05% from 499); Green value is 189 (74.22% from 255 or 37.88% from 499); Blue value is 190 (74.61% from 255 or 38.08% from 499); Max value from RGB is 190 - color contains mainly: blue. Hex color #78BDBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78BDBE is #874241. Grayscale: #A8A8A8. Windows color (decimal): -8864322 or 12500344. OLE color: 12500344.
HSL color Cylindrical-coordinate representation of color #78BDBE: hue angle of 180.86º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #78BDBE is Cyan = 0.37, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 120 | 189 | 190 | - |
| CMYK | 0.37 | 0.01 | 0 | 0.25 |
| HSL | 180.86º | 0.35% | 0.61% | - |
| HSV(B) | 180.86º | 0.37% | 0.75% | - |
| XYZ | 35.24 | 44.11 | 55.37 | - |
| YUV | 168.48 | 140.14 | 93.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 189 | 190 | 0.37 | 0.01 | 0 | 0.25 | 180.86 | 0.35 | 0.61 |
| Hex | 78 | BD | BE | 25 | 1 | 0 | 19 | B5 | 23 | 3D |
| Octal | 170 | 275 | 276 | 45 | 1 | 0 | 31 | 265 | 43 | 75 |
| Binary | 1111000 | 10111101 | 10111110 | 100101 | 1 | 0 | 11001 | 10110101 | 100011 | 111101 |
Color Harmonies of #78BDBE
Complementary color
Monochromatic Colors of #78BDBE
Black with #78BDBE
Text Example
Text Example
White with #78BDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78BDBE; }
p { color: rgb(120,189,190); }
H1.HeaderClassName
{
color: #78BDBE;
}
.AnyTagClassName
{
color: #78BDBE;
}
</style>
background-color css
<style>
a { background-color: #78BDBE; }
a { background-color: rgb(120,189,190); }
div.DivClassName
{
background-color: #78BDBE;
}
.BgClassName
{
background-color: #78BDBE;
}
</style>
border-color css
<style>
span { border-color: #78BDBE; }
span { border-color: rgb(120,189,190); }
td.TdClassName
{
border-color: #78BDBE;
}
.TagClassName
{
border-color: #78BDBE;
}
</style>