#ACC4BC

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

Shades of Opal #ACC4BC

Tints of Opal #ACC4BC

Color information

#ACC4BC (or 0xACC4BC) is unknown color: approx Opal. HEX triplet: AC, C4 and BC. RGB value is (172,196,188). Sum of RGB (Red+Green+Blue) = 172+196+188=556 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.94% from 556); Green value is 196 (76.95% from 255 or 35.25% from 556); Blue value is 188 (73.83% from 255 or 33.81% from 556); Max value from RGB is 196 - color contains mainly: green. Hex color #ACC4BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC4BC is #533B43. Grayscale: #BBBBBB. Windows color (decimal): -5454660 or 12371116. OLE color: 12371116.

HSL color Cylindrical-coordinate representation of color #ACC4BC: hue angle of 160º degrees, saturation: 0.17, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ACC4BC is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.23.

Color convert

RGB172196188-
CMYK0.1200.040.23
HSL160º16.9%72.16%-
HSV(B)160º12.24%76.86%-
XYZ45.8351.8855.18-
YUV187.91128.05116.65-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.94%
GREEN value IS 196 (76.95% from 255) = 35.25%
BLUE value IS 188 (73.83% from 255) = 33.81%
R=30.94%
G=35.25%
B=33.81%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1721961880.1200.040.2316016.972.16
HexACC4BCC0417a01148
Octal25430427414042724021110
Binary101011001100010010111100110001001011110100000100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC4BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC4BC; }

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

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

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

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

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

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

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

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