#ACC3C0

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

Shades of Opal #ACC3C0

Tints of Opal #ACC3C0

Color information

#ACC3C0 (or 0xACC3C0) is unknown color: approx Opal. HEX triplet: AC, C3 and C0. RGB value is (172,195,192). Sum of RGB (Red+Green+Blue) = 172+195+192=559 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.77% from 559); Green value is 195 (76.56% from 255 or 34.88% from 559); Blue value is 192 (75.39% from 255 or 34.35% from 559); Max value from RGB is 195 - color contains mainly: green. Hex color #ACC3C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC3C0 is #533C3F. Grayscale: #BBBBBB. Windows color (decimal): -5454912 or 12633004. OLE color: 12633004.

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

Color convert

RGB172195192-
CMYK0.1200.020.24
HSL172.17º16.08%71.96%-
HSV(B)172.17º11.79%76.47%-
XYZ46.0451.6157.4-
YUV187.78130.38116.74-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.77%
GREEN value IS 195 (76.56% from 255) = 34.88%
BLUE value IS 192 (75.39% from 255) = 34.35%
R=30.77%
G=34.88%
B=34.35%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1721951920.1200.020.24172.1716.0871.96
HexACC3C0C0218ac1048
Octal25430330014023025420110
Binary10101100110000111100000011000101100010101100100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC3C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC3C0; }

 p { color: rgb(172,195,192); }

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

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

 a { background-color: rgb(172,195,192); }

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

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

 span { border-color: rgb(172,195,192); }

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