#76BEC2

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

Shades of Glacier #76BEC2

Tints of Glacier #76BEC2

Color information

#76BEC2 (or 0x76BEC2) is unknown color: approx Glacier. HEX triplet: 76, BE and C2. RGB value is (118,190,194). Sum of RGB (Red+Green+Blue) = 118+190+194=502 (66% of max value = 765). Red value is 118 (46.48% from 255 or 23.51% from 502); Green value is 190 (74.61% from 255 or 37.85% from 502); Blue value is 194 (76.17% from 255 or 38.65% from 502); Max value from RGB is 194 - color contains mainly: blue. Hex color #76BEC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76BEC2 is #89413D. Grayscale: #A8A8A8. Windows color (decimal): -8995134 or 12762742. OLE color: 12762742.

HSL color Cylindrical-coordinate representation of color #76BEC2: hue angle of 183.16º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #76BEC2 is Cyan = 0.39, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB118190194-
CMYK0.390.0200.24
HSL183.16º38.38%61.18%-
HSV(B)183.16º39.18%76.08%-
XYZ35.6244.5757.76-
YUV168.93142.1591.67-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 23.51%
GREEN value IS 190 (74.61% from 255) = 37.85%
BLUE value IS 194 (76.17% from 255) = 38.65%
R=23.51%
G=37.85%
B=38.65%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1181901940.390.0200.24183.1638.3861.18
Hex76BEC2272018b7263d
Octal1662763024720302674675
Binary111011010111110110000101001111001100010110111100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76BEC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,190,194); }

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

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

 a { background-color: rgb(118,190,194); }

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

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

 span { border-color: rgb(118,190,194); }

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