#ACC1BA

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

Shades of Opal #ACC1BA

Tints of Opal #ACC1BA

Color information

#ACC1BA (or 0xACC1BA) is unknown color: approx Opal. HEX triplet: AC, C1 and BA. RGB value is (172,193,186). Sum of RGB (Red+Green+Blue) = 172+193+186=551 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.22% from 551); Green value is 193 (75.78% from 255 or 35.03% from 551); Blue value is 186 (73.05% from 255 or 33.76% from 551); Max value from RGB is 193 - color contains mainly: green. Hex color #ACC1BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC1BA is #533E45. Grayscale: #B9B9B9. Windows color (decimal): -5455430 or 12239276. OLE color: 12239276.

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

Color convert

RGB172193186-
CMYK0.1100.040.24
HSL160º14.48%71.57%-
HSV(B)160º10.88%75.69%-
XYZ44.9550.4653.82-
YUV185.92128.04118.07-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.22%
GREEN value IS 193 (75.78% from 255) = 35.03%
BLUE value IS 186 (73.05% from 255) = 33.76%
R=31.22%
G=35.03%
B=33.76%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1721931860.1100.040.2416014.4871.57
HexACC1BAB0418a0e48
Octal25430127213043024016110
Binary10101100110000011011101010110100110001010000011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC1BA; }

 p { color: rgb(172,193,186); }

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

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

 a { background-color: rgb(172,193,186); }

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

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

 span { border-color: rgb(172,193,186); }

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