#76ACBB

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

Shades of Glacier #76ACBB

Tints of Glacier #76ACBB

Color information

#76ACBB (or 0x76ACBB) is unknown color: approx Glacier. HEX triplet: 76, AC and BB. RGB value is (118,172,187). Sum of RGB (Red+Green+Blue) = 118+172+187=477 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.74% from 477); Green value is 172 (67.58% from 255 or 36.06% from 477); Blue value is 187 (73.44% from 255 or 39.20% from 477); Max value from RGB is 187 - color contains mainly: blue. Hex color #76ACBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76ACBB is #895344. Grayscale: #9D9D9D. Windows color (decimal): -8999749 or 12299382. OLE color: 12299382.

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

Color convert

RGB118172187-
CMYK0.370.0800.27
HSL193.04º33.66%59.8%-
HSV(B)193.04º36.9%73.33%-
XYZ31.1936.9452.5-
YUV157.56144.6199.78-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.74%
GREEN value IS 172 (67.58% from 255) = 36.06%
BLUE value IS 187 (73.44% from 255) = 39.20%
R=24.74%
G=36.06%
B=39.20%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1181721870.370.0800.27193.0433.6659.8
Hex76ACBB25801Bc1223c
Octal16625427345100333014274
Binary11101101010110010111011100101100001101111000001100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76ACBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76ACBB; }

 p { color: rgb(118,172,187); }

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

<style>
 a { background-color: #76ACBB; }

 a { background-color: rgb(118,172,187); }

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

<style>
 span { border-color: #76ACBB; }

 span { border-color: rgb(118,172,187); }

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