#ACCAC2

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

Shades of Opal #ACCAC2

Tints of Opal #ACCAC2

Color information

#ACCAC2 (or 0xACCAC2) is unknown color: approx Opal. HEX triplet: AC, CA and C2. RGB value is (172,202,194). Sum of RGB (Red+Green+Blue) = 172+202+194=568 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.28% from 568); Green value is 202 (79.30% from 255 or 35.56% from 568); Blue value is 194 (76.17% from 255 or 34.15% from 568); Max value from RGB is 202 - color contains mainly: green. Hex color #ACCAC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCAC2 is #53353D. Grayscale: #C0C0C0. Windows color (decimal): -5453118 or 12765868. OLE color: 12765868.

HSL color Cylindrical-coordinate representation of color #ACCAC2: hue angle of 164º degrees, saturation: 0.22, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ACCAC2 is Cyan = 0.15, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.21.

Color convert

RGB172202194-
CMYK0.1500.040.21
HSL164º22.06%73.33%-
HSV(B)164º14.85%79.22%-
XYZ47.8754.9159.11-
YUV192.12129.06113.65-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.28%
GREEN value IS 202 (79.30% from 255) = 35.56%
BLUE value IS 194 (76.17% from 255) = 34.15%
R=30.28%
G=35.56%
B=34.15%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1722021940.1500.040.2116422.0673.33
HexACCAC2F0415a41649
Octal25431230217042524426111
Binary101011001100101011000010111101001010110100100101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCAC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCAC2; }

 p { color: rgb(172,202,194); }

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

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

 a { background-color: rgb(172,202,194); }

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

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

 span { border-color: rgb(172,202,194); }

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