#ACCDC6

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

Shades of Opal #ACCDC6

Tints of Opal #ACCDC6

Color information

#ACCDC6 (or 0xACCDC6) is unknown color: approx Opal. HEX triplet: AC, CD and C6. RGB value is (172,205,198). Sum of RGB (Red+Green+Blue) = 172+205+198=575 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.91% from 575); Green value is 205 (80.47% from 255 or 35.65% from 575); Blue value is 198 (77.73% from 255 or 34.43% from 575); Max value from RGB is 205 - color contains mainly: green. Hex color #ACCDC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCDC6 is #533239. Grayscale: #C2C2C2. Windows color (decimal): -5452346 or 13028780. OLE color: 13028780.

HSL color Cylindrical-coordinate representation of color #ACCDC6: hue angle of 167.27º degrees, saturation: 0.25, 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 #ACCDC6 is Cyan = 0.16, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.

Color convert

RGB172205198-
CMYK0.1600.030.20
HSL167.27º24.81%73.92%-
HSV(B)167.27º16.1%80.39%-
XYZ49.0456.5161.75-
YUV194.33130.07112.07-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.91%
GREEN value IS 205 (80.47% from 255) = 35.65%
BLUE value IS 198 (77.73% from 255) = 34.43%
R=29.91%
G=35.65%
B=34.43%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1722051980.1600.030.20167.2724.8173.92
HexACCDC6100314a7194a
Octal25431530620032424731112
Binary101011001100110111000110100000111010010100111110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCDC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCDC6; }

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

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

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

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

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

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

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

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