#74ACBA

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

Shades of Glacier #74ACBA

Tints of Glacier #74ACBA

Color information

#74ACBA (or 0x74ACBA) is unknown color: approx Glacier. HEX triplet: 74, AC and BA. RGB value is (116,172,186). Sum of RGB (Red+Green+Blue) = 116+172+186=474 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.47% from 474); Green value is 172 (67.58% from 255 or 36.29% from 474); Blue value is 186 (73.05% from 255 or 39.24% from 474); Max value from RGB is 186 - color contains mainly: blue. Hex color #74ACBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74ACBA is #8B5345. Grayscale: #9C9C9C. Windows color (decimal): -9130822 or 12233844. OLE color: 12233844.

HSL color Cylindrical-coordinate representation of color #74ACBA: hue angle of 192º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #74ACBA is Cyan = 0.38, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB116172186-
CMYK0.380.0800.27
HSL192º33.65%59.22%-
HSV(B)192º37.63%72.94%-
XYZ30.8236.7651.93-
YUV156.85144.4598.86-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 24.47%
GREEN value IS 172 (67.58% from 255) = 36.29%
BLUE value IS 186 (73.05% from 255) = 39.24%
R=24.47%
G=36.29%
B=39.24%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1161721860.380.0800.2719233.6559.22
Hex74ACBA26801Bc0223b
Octal16425427246100333004273
Binary11101001010110010111010100110100001101111000000100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74ACBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,172,186); }

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

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

 a { background-color: rgb(116,172,186); }

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

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

 span { border-color: rgb(116,172,186); }

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