#76ACB8

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

Shades of Glacier #76ACB8

Tints of Glacier #76ACB8

Color information

#76ACB8 (or 0x76ACB8) is unknown color: approx Glacier. HEX triplet: 76, AC and B8. RGB value is (118,172,184). Sum of RGB (Red+Green+Blue) = 118+172+184=474 (62% of max value = 765). Red value is 118 (46.48% from 255 or 24.89% from 474); Green value is 172 (67.58% from 255 or 36.29% from 474); Blue value is 184 (72.27% from 255 or 38.82% from 474); Max value from RGB is 184 - color contains mainly: blue. Hex color #76ACB8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76ACB8 is #895347. Grayscale: #9D9D9D. Windows color (decimal): -8999752 or 12102774. OLE color: 12102774.

HSL color Cylindrical-coordinate representation of color #76ACB8: hue angle of 190.91º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #76ACB8 is Cyan = 0.36, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB118172184-
CMYK0.360.0700.28
HSL190.91º31.73%59.22%-
HSV(B)190.91º35.87%72.16%-
XYZ30.8836.8250.83-
YUV157.22143.11100.02-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.89%
GREEN value IS 172 (67.58% from 255) = 36.29%
BLUE value IS 184 (72.27% from 255) = 38.82%
R=24.89%
G=36.29%
B=38.82%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1181721840.360.0700.28190.9131.7359.22
Hex76ACB824701Cbf203b
Octal1662542704470342774073
Binary1110110101011001011100010010011101110010111111100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76ACB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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