#76ABBA

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

Shades of Glacier #76ABBA

Tints of Glacier #76ABBA

Color information

#76ABBA (or 0x76ABBA) is unknown color: approx Glacier. HEX triplet: 76, AB and BA. RGB value is (118,171,186). Sum of RGB (Red+Green+Blue) = 118+171+186=475 (62% of max value = 765). Red value is 118 (46.48% from 255 or 24.84% from 475); Green value is 171 (67.19% from 255 or 36% from 475); Blue value is 186 (73.05% from 255 or 39.16% from 475); Max value from RGB is 186 - color contains mainly: blue. Hex color #76ABBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76ABBA is #895445. Grayscale: #9C9C9C. Windows color (decimal): -9000006 or 12233590. OLE color: 12233590.

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

Color convert

RGB118171186-
CMYK0.370.0800.27
HSL193.24º33.01%59.61%-
HSV(B)193.24º36.56%72.94%-
XYZ30.936.5251.88-
YUV156.86144.44100.28-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.84%
GREEN value IS 171 (67.19% from 255) = 36%
BLUE value IS 186 (73.05% from 255) = 39.16%
R=24.84%
G=36%
B=39.16%

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
Decimal1181711860.370.0800.27193.2433.0159.61
Hex76ABBA25801Bc1213c
Octal16625327245100333014174
Binary11101101010101110111010100101100001101111000001100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76ABBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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