Shades of Glacier #73C0C3
Tints of Glacier #73C0C3
RGB
CMYK
RGB Variations
Color information
#73C0C3 (or 0x73C0C3) is known color: Glacier. HEX triplet: 73, C0 and C3. RGB value is (115,192,195). Sum of RGB (Red+Green+Blue) = 115+192+195=502 (66% of max value = 765). Red value is 115 (45.31% from 255 or 22.91% from 502); Green value is 192 (75.39% from 255 or 38.25% from 502); Blue value is 195 (76.56% from 255 or 38.84% from 502); Max value from RGB is 195 - color contains mainly: blue. Hex color #73C0C3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73C0C3 is #8C3F3C. Grayscale: #A9A9A9. Windows color (decimal): -9191229 or 12828787. OLE color: 12828787.
HSL color Cylindrical-coordinate representation of color #73C0C3: hue angle of 182.25º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #73C0C3 is Cyan = 0.41, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 115 | 192 | 195 | - |
| CMYK | 0.41 | 0.02 | 0 | 0.24 |
| HSL | 182.25º | 0.4% | 0.61% | - |
| HSV(B) | 182.25º | 0.41% | 0.76% | - |
| XYZ | 35.77 | 45.28 | 58.49 | - |
| YUV | 169.32 | 142.49 | 89.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 192 | 195 | 0.41 | 0.02 | 0 | 0.24 | 182.25 | 0.4 | 0.61 |
| Hex | 73 | C0 | C3 | 29 | 2 | 0 | 18 | B6 | 28 | 3D |
| Octal | 163 | 300 | 303 | 51 | 2 | 0 | 30 | 266 | 50 | 75 |
| Binary | 1110011 | 11000000 | 11000011 | 101001 | 10 | 0 | 11000 | 10110110 | 101000 | 111101 |
Color Harmonies of #73C0C3
Complementary color
Monochromatic Colors of #73C0C3
Black with #73C0C3
Text Example
Text Example
White with #73C0C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C0C3; }
p { color: rgb(115,192,195); }
H1.HeaderClassName
{
color: #73C0C3;
}
.AnyTagClassName
{
color: #73C0C3;
}
</style>
background-color css
<style>
a { background-color: #73C0C3; }
a { background-color: rgb(115,192,195); }
div.DivClassName
{
background-color: #73C0C3;
}
.BgClassName
{
background-color: #73C0C3;
}
</style>
border-color css
<style>
span { border-color: #73C0C3; }
span { border-color: rgb(115,192,195); }
td.TdClassName
{
border-color: #73C0C3;
}
.TagClassName
{
border-color: #73C0C3;
}
</style>