Shades of Glacier #73BDBC
Tints of Glacier #73BDBC
RGB
CMYK
RGB Variations
Color information
#73BDBC (or 0x73BDBC) is known color: Glacier. HEX triplet: 73, BD and BC. RGB value is (115,189,188). Sum of RGB (Red+Green+Blue) = 115+189+188=492 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.37% from 492); Green value is 189 (74.22% from 255 or 38.41% from 492); Blue value is 188 (73.83% from 255 or 38.21% from 492); Max value from RGB is 189 - color contains mainly: green. Hex color #73BDBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73BDBC is #8C4243. Grayscale: #A6A6A6. Windows color (decimal): -9192004 or 12369267. OLE color: 12369267.
HSL color Cylindrical-coordinate representation of color #73BDBC: hue angle of 179.19º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #73BDBC is Cyan = 0.39, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 115 | 189 | 188 | - |
| CMYK | 0.39 | 0 | 0.01 | 0.26 |
| HSL | 179.19º | 0.36% | 0.6% | - |
| HSV(B) | 179.19º | 0.39% | 0.74% | - |
| XYZ | 34.34 | 43.67 | 54.2 | - |
| YUV | 166.76 | 139.98 | 91.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 189 | 188 | 0.39 | 0 | 0.01 | 0.26 | 179.19 | 0.36 | 0.6 |
| Hex | 73 | BD | BC | 27 | 0 | 1 | 1A | B3 | 24 | 3C |
| Octal | 163 | 275 | 274 | 47 | 0 | 1 | 32 | 263 | 44 | 74 |
| Binary | 1110011 | 10111101 | 10111100 | 100111 | 0 | 1 | 11010 | 10110011 | 100100 | 111100 |
Color Harmonies of #73BDBC
Complementary color
Monochromatic Colors of #73BDBC
Black with #73BDBC
Text Example
Text Example
White with #73BDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73BDBC; }
p { color: rgb(115,189,188); }
H1.HeaderClassName
{
color: #73BDBC;
}
.AnyTagClassName
{
color: #73BDBC;
}
</style>
background-color css
<style>
a { background-color: #73BDBC; }
a { background-color: rgb(115,189,188); }
div.DivClassName
{
background-color: #73BDBC;
}
.BgClassName
{
background-color: #73BDBC;
}
</style>
border-color css
<style>
span { border-color: #73BDBC; }
span { border-color: rgb(115,189,188); }
td.TdClassName
{
border-color: #73BDBC;
}
.TagClassName
{
border-color: #73BDBC;
}
</style>