#ACCCC5

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

Shades of Opal #ACCCC5

Tints of Opal #ACCCC5

Color information

#ACCCC5 (or 0xACCCC5) is unknown color: approx Opal. HEX triplet: AC, CC and C5. RGB value is (172,204,197). Sum of RGB (Red+Green+Blue) = 172+204+197=573 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.02% from 573); Green value is 204 (80.08% from 255 or 35.60% from 573); Blue value is 197 (77.34% from 255 or 34.38% from 573); Max value from RGB is 204 - color contains mainly: green. Hex color #ACCCC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCCC5 is #53333A. Grayscale: #C1C1C1. Windows color (decimal): -5452603 or 12962988. OLE color: 12962988.

HSL color Cylindrical-coordinate representation of color #ACCCC5: hue angle of 166.88º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ACCCC5 is Cyan = 0.16, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.2.

Color convert

RGB172204197-
CMYK0.1600.030.2
HSL166.88º23.88%73.73%-
HSV(B)166.88º15.69%80%-
XYZ48.6855.9961.06-
YUV193.63129.9112.57-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.02%
GREEN value IS 204 (80.08% from 255) = 35.60%
BLUE value IS 197 (77.34% from 255) = 34.38%
R=30.02%
G=35.60%
B=34.38%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1722041970.1600.030.2166.8823.8873.73
HexACCCC5100314a7184a
Octal25431430520032424730112
Binary101011001100110011000101100000111010010100111110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCCC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCCC5; }

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

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

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

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

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

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

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

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