#ACCEC2

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

Shades of Opal #ACCEC2

Tints of Opal #ACCEC2

Color information

#ACCEC2 (or 0xACCEC2) is unknown color: approx Opal. HEX triplet: AC, CE and C2. RGB value is (172,206,194). Sum of RGB (Red+Green+Blue) = 172+206+194=572 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.07% from 572); Green value is 206 (80.86% from 255 or 36.01% from 572); Blue value is 194 (76.17% from 255 or 33.92% from 572); Max value from RGB is 206 - color contains mainly: green. Hex color #ACCEC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCEC2 is #53313D. Grayscale: #C2C2C2. Windows color (decimal): -5452094 or 12766892. OLE color: 12766892.

HSL color Cylindrical-coordinate representation of color #ACCEC2: hue angle of 158.82º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ACCEC2 is Cyan = 0.17, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.

Color convert

RGB172206194-
CMYK0.1700.060.19
HSL158.82º25.76%74.12%-
HSV(B)158.82º16.5%80.78%-
XYZ48.8256.8159.43-
YUV194.47127.74111.98-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.07%
GREEN value IS 206 (80.86% from 255) = 36.01%
BLUE value IS 194 (76.17% from 255) = 33.92%
R=30.07%
G=36.01%
B=33.92%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1722061940.1700.060.19158.8225.7674.12
HexACCEC21106139f1a4a
Octal25431630221062323732112
Binary1010110011001110110000101000101101001110011111110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCEC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCEC2; }

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

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

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

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

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

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

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

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