#76ACBF

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

Shades of Glacier #76ACBF

Tints of Glacier #76ACBF

Color information

#76ACBF (or 0x76ACBF) is unknown color: approx Glacier. HEX triplet: 76, AC and BF. RGB value is (118,172,191). Sum of RGB (Red+Green+Blue) = 118+172+191=481 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.53% from 481); Green value is 172 (67.58% from 255 or 35.76% from 481); Blue value is 191 (75% from 255 or 39.71% from 481); Max value from RGB is 191 - color contains mainly: blue. Hex color #76ACBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76ACBF is #895340. Grayscale: #9D9D9D. Windows color (decimal): -8999745 or 12561526. OLE color: 12561526.

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

Color convert

RGB118172191-
CMYK0.380.1000.25
HSL195.62º36.32%60.59%-
HSV(B)195.62º38.22%74.9%-
XYZ31.6337.1254.79-
YUV158.02146.6199.46-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.53%
GREEN value IS 172 (67.58% from 255) = 35.76%
BLUE value IS 191 (75% from 255) = 39.71%
R=24.53%
G=35.76%
B=39.71%

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
Decimal1181721910.380.1000.25195.6236.3260.59
Hex76ACBF26A019c4243d
Octal16625427746120313044475
Binary11101101010110010111111100110101001100111000100100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76ACBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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