#76AABA

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

Shades of Glacier #76AABA

Tints of Glacier #76AABA

Color information

#76AABA (or 0x76AABA) is unknown color: approx Glacier. HEX triplet: 76, AA and BA. RGB value is (118,170,186). Sum of RGB (Red+Green+Blue) = 118+170+186=474 (62% of max value = 765). Red value is 118 (46.48% from 255 or 24.89% from 474); Green value is 170 (66.80% from 255 or 35.86% 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 #76AABA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76AABA is #895545. Grayscale: #9C9C9C. Windows color (decimal): -9000262 or 12233334. OLE color: 12233334.

HSL color Cylindrical-coordinate representation of color #76AABA: hue angle of 194.12º degrees, saturation: 0.33, 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 #76AABA is Cyan = 0.37, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB118170186-
CMYK0.370.0900.27
HSL194.12º33.01%59.61%-
HSV(B)194.12º36.56%72.94%-
XYZ30.7136.1551.81-
YUV156.28144.77100.7-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.89%
GREEN value IS 170 (66.80% from 255) = 35.86%
BLUE value IS 186 (73.05% from 255) = 39.24%
R=24.89%
G=35.86%
B=39.24%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1181701860.370.0900.27194.1233.0159.61
Hex76AABA25901Bc2213c
Octal16625227245110333024174
Binary11101101010101010111010100101100101101111000010100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76AABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,170,186); }

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

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

 a { background-color: rgb(118,170,186); }

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

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

 span { border-color: rgb(118,170,186); }

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