#ACC1B9

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

Shades of Opal #ACC1B9

Tints of Opal #ACC1B9

Color information

#ACC1B9 (or 0xACC1B9) is unknown color: approx Opal. HEX triplet: AC, C1 and B9. RGB value is (172,193,185). Sum of RGB (Red+Green+Blue) = 172+193+185=550 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.27% from 550); Green value is 193 (75.78% from 255 or 35.09% from 550); Blue value is 185 (72.66% from 255 or 33.64% from 550); Max value from RGB is 193 - color contains mainly: green. Hex color #ACC1B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC1B9 is #533E46. Grayscale: #B9B9B9. Windows color (decimal): -5455431 or 12173740. OLE color: 12173740.

HSL color Cylindrical-coordinate representation of color #ACC1B9: hue angle of 157.14º 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 #ACC1B9 is Cyan = 0.11, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB172193185-
CMYK0.1100.040.24
HSL157.14º14.48%71.57%-
HSV(B)157.14º10.88%75.69%-
XYZ44.8450.4153.27-
YUV185.81127.54118.15-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.27%
GREEN value IS 193 (75.78% from 255) = 35.09%
BLUE value IS 185 (72.66% from 255) = 33.64%
R=31.27%
G=35.09%
B=33.64%

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
Decimal1721931850.1100.040.24157.1414.4871.57
HexACC1B9B04189de48
Octal25430127113043023516110
Binary10101100110000011011100110110100110001001110111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC1B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC1B9; }

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

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

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

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

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

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

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

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