#ACCAC5

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

Shades of Opal #ACCAC5

Tints of Opal #ACCAC5

Color information

#ACCAC5 (or 0xACCAC5) is unknown color: approx Opal. HEX triplet: AC, CA and C5. RGB value is (172,202,197). Sum of RGB (Red+Green+Blue) = 172+202+197=571 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.12% from 571); Green value is 202 (79.30% from 255 or 35.38% from 571); Blue value is 197 (77.34% from 255 or 34.50% from 571); Max value from RGB is 202 - color contains mainly: green. Hex color #ACCAC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCAC5 is #53353A. Grayscale: #C0C0C0. Windows color (decimal): -5453115 or 12962476. OLE color: 12962476.

HSL color Cylindrical-coordinate representation of color #ACCAC5: hue angle of 170º 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 #ACCAC5 is Cyan = 0.15, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.21.

Color convert

RGB172202197-
CMYK0.1500.020.21
HSL170º22.06%73.33%-
HSV(B)170º14.85%79.22%-
XYZ48.2155.0460.91-
YUV192.46130.56113.41-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.12%
GREEN value IS 202 (79.30% from 255) = 35.38%
BLUE value IS 197 (77.34% from 255) = 34.50%
R=30.12%
G=35.38%
B=34.50%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1722021970.1500.020.2117022.0673.33
HexACCAC5F0215aa1649
Octal25431230517022525226111
Binary10101100110010101100010111110101010110101010101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCAC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCAC5; }

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

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

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

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

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

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

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

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