#74AAC0

Color #74AAC0 Glacier (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Glacier #74AAC0

Tints of Glacier #74AAC0

Color information

#74AAC0 (or 0x74AAC0) is unknown color: approx Glacier. HEX triplet: 74, AA and C0. RGB value is (116,170,192). Sum of RGB (Red+Green+Blue) = 116+170+192=478 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.27% from 478); Green value is 170 (66.80% from 255 or 35.56% from 478); Blue value is 192 (75.39% from 255 or 40.17% from 478); Max value from RGB is 192 - color contains mainly: blue. Hex color #74AAC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74AAC0 is #8B553F. Grayscale: #9C9C9C. Windows color (decimal): -9131328 or 12626548. OLE color: 12626548.

HSL color Cylindrical-coordinate representation of color #74AAC0: hue angle of 197.37º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #74AAC0 is Cyan = 0.40, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB116170192-
CMYK0.400.1100.25
HSL197.37º37.62%60.39%-
HSV(B)197.37º39.58%75.29%-
XYZ31.0936.2755.23-
YUV156.36148.1199.21-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 116 (45.70% from 255) = 24.27%
GREEN value IS 170 (66.80% from 255) = 35.56%
BLUE value IS 192 (75.39% from 255) = 40.17%
R=24.27%
G=35.56%
B=40.17%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1161701920.400.1100.25197.3737.6260.39
Hex74AAC028B019c5263c
Octal16425230050130313054674
Binary11101001010101011000000101000101101100111000101100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74AAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74AAC0; }

 p { color: rgb(116,170,192); }

 H1.HeaderClassName
 {
   color: #74AAC0;
 }
 .AnyTagClassName
 {
   color: #74AAC0;
 }
</style>
background-color css

<style>
 a { background-color: #74AAC0; }

 a { background-color: rgb(116,170,192); }

 div.DivClassName
 {
   background-color: #74AAC0;
 }
 .BgClassName
 {
   background-color: #74AAC0;
 }
</style>
border-color css

<style>
 span { border-color: #74AAC0; }

 span { border-color: rgb(116,170,192); }

 td.TdClassName
 {
   border-color: #74AAC0;
 }
 .TagClassName
 {
   border-color: #74AAC0;
 }
</style>