#76ABBF

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

Shades of Glacier #76ABBF

Tints of Glacier #76ABBF

Color information

#76ABBF (or 0x76ABBF) is unknown color: approx Glacier. HEX triplet: 76, AB and BF. RGB value is (118,171,191). Sum of RGB (Red+Green+Blue) = 118+171+191=480 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.58% from 480); Green value is 171 (67.19% from 255 or 35.62% from 480); Blue value is 191 (75% from 255 or 39.79% from 480); Max value from RGB is 191 - color contains mainly: blue. Hex color #76ABBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76ABBF is #895440. Grayscale: #9D9D9D. Windows color (decimal): -9000001 or 12561270. OLE color: 12561270.

HSL color Cylindrical-coordinate representation of color #76ABBF: hue angle of 196.44º 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 #76ABBF is Cyan = 0.38, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB118171191-
CMYK0.380.1000.25
HSL196.44º36.32%60.59%-
HSV(B)196.44º38.22%74.9%-
XYZ31.4436.7454.72-
YUV157.43146.9499.87-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.58%
GREEN value IS 171 (67.19% from 255) = 35.62%
BLUE value IS 191 (75% from 255) = 39.79%
R=24.58%
G=35.62%
B=39.79%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1181711910.380.1000.25196.4436.3260.59
Hex76ABBF26A019c4243d
Octal16625327746120313044475
Binary11101101010101110111111100110101001100111000100100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76ABBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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