#74AAC3

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

Shades of Glacier #74AAC3

Tints of Glacier #74AAC3

Color information

#74AAC3 (or 0x74AAC3) is unknown color: approx Glacier. HEX triplet: 74, AA and C3. RGB value is (116,170,195). Sum of RGB (Red+Green+Blue) = 116+170+195=481 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.12% from 481); Green value is 170 (66.80% from 255 or 35.34% from 481); Blue value is 195 (76.56% from 255 or 40.54% from 481); Max value from RGB is 195 - color contains mainly: blue. Hex color #74AAC3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74AAC3 is #8B553C. Grayscale: #9C9C9C. Windows color (decimal): -9131325 or 12823156. OLE color: 12823156.

HSL color Cylindrical-coordinate representation of color #74AAC3: hue angle of 198.99º 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 #74AAC3 is Cyan = 0.41, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB116170195-
CMYK0.410.1300.24
HSL198.99º39.7%60.98%-
HSV(B)198.99º40.51%76.47%-
XYZ31.4336.457-
YUV156.7149.6198.97-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 24.12%
GREEN value IS 170 (66.80% from 255) = 35.34%
BLUE value IS 195 (76.56% from 255) = 40.54%
R=24.12%
G=35.34%
B=40.54%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1161701950.410.1300.24198.9939.760.98
Hex74AAC329D018c7283d
Octal16425230351150303075075
Binary11101001010101011000011101001110101100011000111101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74AAC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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