Shades of Glacier #71C0C4
Tints of Glacier #71C0C4
RGB
CMYK
RGB Variations
Color information
#71C0C4 (or 0x71C0C4) is known color: Glacier. HEX triplet: 71, C0 and C4. RGB value is (113,192,196). Sum of RGB (Red+Green+Blue) = 113+192+196=501 (66% of max value = 765). Red value is 113 (44.53% from 255 or 22.55% from 501); Green value is 192 (75.39% from 255 or 38.32% from 501); Blue value is 196 (76.95% from 255 or 39.12% from 501); Max value from RGB is 196 - color contains mainly: blue. Hex color #71C0C4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71C0C4 is #8E3F3B. Grayscale: #A8A8A8. Windows color (decimal): -9322300 or 12894321. OLE color: 12894321.
HSL color Cylindrical-coordinate representation of color #71C0C4: hue angle of 182.89º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #71C0C4 is Cyan = 0.42, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 113 | 192 | 196 | - |
| CMYK | 0.42 | 0.02 | 0 | 0.23 |
| HSL | 182.89º | 0.41% | 0.61% | - |
| HSV(B) | 182.89º | 0.42% | 0.77% | - |
| XYZ | 35.62 | 45.2 | 59.07 | - |
| YUV | 168.84 | 143.33 | 88.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 192 | 196 | 0.42 | 0.02 | 0 | 0.23 | 182.89 | 0.41 | 0.61 |
| Hex | 71 | C0 | C4 | 2A | 2 | 0 | 17 | B7 | 29 | 3D |
| Octal | 161 | 300 | 304 | 52 | 2 | 0 | 27 | 267 | 51 | 75 |
| Binary | 1110001 | 11000000 | 11000100 | 101010 | 10 | 0 | 10111 | 10110111 | 101001 | 111101 |
Color Harmonies of #71C0C4
Complementary color
Monochromatic Colors of #71C0C4
Black with #71C0C4
Text Example
Text Example
White with #71C0C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71C0C4; }
p { color: rgb(113,192,196); }
H1.HeaderClassName
{
color: #71C0C4;
}
.AnyTagClassName
{
color: #71C0C4;
}
</style>
background-color css
<style>
a { background-color: #71C0C4; }
a { background-color: rgb(113,192,196); }
div.DivClassName
{
background-color: #71C0C4;
}
.BgClassName
{
background-color: #71C0C4;
}
</style>
border-color css
<style>
span { border-color: #71C0C4; }
span { border-color: rgb(113,192,196); }
td.TdClassName
{
border-color: #71C0C4;
}
.TagClassName
{
border-color: #71C0C4;
}
</style>