Shades of Glacier #74C5C8
Tints of Glacier #74C5C8
RGB
CMYK
RGB Variations
Color information
#74C5C8 (or 0x74C5C8) is known color: Glacier. HEX triplet: 74, C5 and C8. RGB value is (116,197,200). Sum of RGB (Red+Green+Blue) = 116+197+200=513 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.61% from 513); Green value is 197 (77.34% from 255 or 38.40% from 513); Blue value is 200 (78.52% from 255 or 38.99% from 513); Max value from RGB is 200 - color contains mainly: blue. Hex color #74C5C8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74C5C8 is #8B3A37. Grayscale: #ADADAD. Windows color (decimal): -9124408 or 13157748. OLE color: 13157748.
HSL color Cylindrical-coordinate representation of color #74C5C8: hue angle of 182.14º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #74C5C8 is Cyan = 0.42, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 116 | 197 | 200 | - |
| CMYK | 0.42 | 0.02 | 0 | 0.22 |
| HSL | 182.14º | 0.43% | 0.62% | - |
| HSV(B) | 182.14º | 0.42% | 0.78% | - |
| XYZ | 37.59 | 47.82 | 61.89 | - |
| YUV | 173.12 | 143.16 | 87.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 197 | 200 | 0.42 | 0.02 | 0 | 0.22 | 182.14 | 0.43 | 0.62 |
| Hex | 74 | C5 | C8 | 2A | 2 | 0 | 16 | B6 | 2B | 3E |
| Octal | 164 | 305 | 310 | 52 | 2 | 0 | 26 | 266 | 53 | 76 |
| Binary | 1110100 | 11000101 | 11001000 | 101010 | 10 | 0 | 10110 | 10110110 | 101011 | 111110 |
Color Harmonies of #74C5C8
Complementary color
Monochromatic Colors of #74C5C8
Black with #74C5C8
Text Example
Text Example
White with #74C5C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C5C8; }
p { color: rgb(116,197,200); }
H1.HeaderClassName
{
color: #74C5C8;
}
.AnyTagClassName
{
color: #74C5C8;
}
</style>
background-color css
<style>
a { background-color: #74C5C8; }
a { background-color: rgb(116,197,200); }
div.DivClassName
{
background-color: #74C5C8;
}
.BgClassName
{
background-color: #74C5C8;
}
</style>
border-color css
<style>
span { border-color: #74C5C8; }
span { border-color: rgb(116,197,200); }
td.TdClassName
{
border-color: #74C5C8;
}
.TagClassName
{
border-color: #74C5C8;
}
</style>