#76A1BF

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

Shades of Glacier #76A1BF

Tints of Glacier #76A1BF

Color information

#76A1BF (or 0x76A1BF) is unknown color: approx Glacier. HEX triplet: 76, A1 and BF. RGB value is (118,161,191). Sum of RGB (Red+Green+Blue) = 118+161+191=470 (62% of max value = 765). Red value is 118 (46.48% from 255 or 25.11% from 470); Green value is 161 (63.28% from 255 or 34.26% from 470); Blue value is 191 (75% from 255 or 40.64% from 470); Max value from RGB is 191 - color contains mainly: blue. Hex color #76A1BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76A1BF is #895E40. Grayscale: #979797. Windows color (decimal): -9002561 or 12558710. OLE color: 12558710.

HSL color Cylindrical-coordinate representation of color #76A1BF: hue angle of 204.66º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #76A1BF is Cyan = 0.38, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB118161191-
CMYK0.380.1600.25
HSL204.66º36.32%60.59%-
HSV(B)204.66º38.22%74.9%-
XYZ29.6233.154.12-
YUV151.56150.25104.06-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.11%
GREEN value IS 161 (63.28% from 255) = 34.26%
BLUE value IS 191 (75% from 255) = 40.64%
R=25.11%
G=34.26%
B=40.64%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1181611910.380.1600.25204.6636.3260.59
Hex76A1BF2610019cd243d
Octal16624127746200313154475
Binary111011010100001101111111001101000001100111001101100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76A1BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,161,191); }

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

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

 a { background-color: rgb(118,161,191); }

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

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

 span { border-color: rgb(118,161,191); }

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