Shades of Glacier #74C1C2
Tints of Glacier #74C1C2
RGB
CMYK
RGB Variations
Color information
#74C1C2 (or 0x74C1C2) is known color: Glacier. HEX triplet: 74, C1 and C2. RGB value is (116,193,194). Sum of RGB (Red+Green+Blue) = 116+193+194=503 (66% of max value = 765). Red value is 116 (45.70% from 255 or 23.06% from 503); Green value is 193 (75.78% from 255 or 38.37% from 503); Blue value is 194 (76.17% from 255 or 38.57% from 503); Max value from RGB is 194 - color contains mainly: blue. Hex color #74C1C2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74C1C2 is #8B3E3D. Grayscale: #AAAAAA. Windows color (decimal): -9125438 or 12763508. OLE color: 12763508.
HSL color Cylindrical-coordinate representation of color #74C1C2: hue angle of 180.77º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #74C1C2 is Cyan = 0.40, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 116 | 193 | 194 | - |
| CMYK | 0.40 | 0.01 | 0 | 0.24 |
| HSL | 180.77º | 0.39% | 0.61% | - |
| HSV(B) | 180.77º | 0.4% | 0.76% | - |
| XYZ | 36.01 | 45.75 | 57.97 | - |
| YUV | 170.09 | 141.49 | 89.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 193 | 194 | 0.40 | 0.01 | 0 | 0.24 | 180.77 | 0.39 | 0.61 |
| Hex | 74 | C1 | C2 | 28 | 1 | 0 | 18 | B5 | 27 | 3D |
| Octal | 164 | 301 | 302 | 50 | 1 | 0 | 30 | 265 | 47 | 75 |
| Binary | 1110100 | 11000001 | 11000010 | 101000 | 1 | 0 | 11000 | 10110101 | 100111 | 111101 |
Color Harmonies of #74C1C2
Complementary color
Monochromatic Colors of #74C1C2
Black with #74C1C2
Text Example
Text Example
White with #74C1C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C1C2; }
p { color: rgb(116,193,194); }
H1.HeaderClassName
{
color: #74C1C2;
}
.AnyTagClassName
{
color: #74C1C2;
}
</style>
background-color css
<style>
a { background-color: #74C1C2; }
a { background-color: rgb(116,193,194); }
div.DivClassName
{
background-color: #74C1C2;
}
.BgClassName
{
background-color: #74C1C2;
}
</style>
border-color css
<style>
span { border-color: #74C1C2; }
span { border-color: rgb(116,193,194); }
td.TdClassName
{
border-color: #74C1C2;
}
.TagClassName
{
border-color: #74C1C2;
}
</style>