#76ACBC

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

Shades of Glacier #76ACBC

Tints of Glacier #76ACBC

Color information

#76ACBC (or 0x76ACBC) is unknown color: approx Glacier. HEX triplet: 76, AC and BC. RGB value is (118,172,188). Sum of RGB (Red+Green+Blue) = 118+172+188=478 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.69% from 478); Green value is 172 (67.58% from 255 or 35.98% from 478); Blue value is 188 (73.83% from 255 or 39.33% from 478); Max value from RGB is 188 - color contains mainly: blue. Hex color #76ACBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76ACBC is #895343. Grayscale: #9D9D9D. Windows color (decimal): -8999748 or 12364918. OLE color: 12364918.

HSL color Cylindrical-coordinate representation of color #76ACBC: hue angle of 193.71º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #76ACBC is Cyan = 0.37, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB118172188-
CMYK0.370.0900.26
HSL193.71º34.31%60%-
HSV(B)193.71º37.23%73.73%-
XYZ31.336.9953.07-
YUV157.68145.1199.7-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.69%
GREEN value IS 172 (67.58% from 255) = 35.98%
BLUE value IS 188 (73.83% from 255) = 39.33%
R=24.69%
G=35.98%
B=39.33%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1181721880.370.0900.26193.7134.3160
Hex76ACBC25901Ac2223c
Octal16625427445110323024274
Binary11101101010110010111100100101100101101011000010100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76ACBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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