#ACC6C0

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

Shades of Opal #ACC6C0

Tints of Opal #ACC6C0

Color information

#ACC6C0 (or 0xACC6C0) is unknown color: approx Opal. HEX triplet: AC, C6 and C0. RGB value is (172,198,192). Sum of RGB (Red+Green+Blue) = 172+198+192=562 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.60% from 562); Green value is 198 (77.73% from 255 or 35.23% from 562); Blue value is 192 (75.39% from 255 or 34.16% from 562); Max value from RGB is 198 - color contains mainly: green. Hex color #ACC6C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC6C0 is #53393F. Grayscale: #BDBDBD. Windows color (decimal): -5454144 or 12633772. OLE color: 12633772.

HSL color Cylindrical-coordinate representation of color #ACC6C0: hue angle of 166.15º degrees, saturation: 0.19, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ACC6C0 is Cyan = 0.13, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.22.

Color convert

RGB172198192-
CMYK0.1300.030.22
HSL166.15º18.57%72.55%-
HSV(B)166.15º13.13%77.65%-
XYZ46.7252.9657.63-
YUV189.54129.39115.49-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.60%
GREEN value IS 198 (77.73% from 255) = 35.23%
BLUE value IS 192 (75.39% from 255) = 34.16%
R=30.60%
G=35.23%
B=34.16%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1721981920.1300.030.22166.1518.5772.55
HexACC6C0D0316a61349
Octal25430630015032624623111
Binary10101100110001101100000011010111011010100110100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC6C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC6C0; }

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

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

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

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

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

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

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

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