#ACCFC6

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

Shades of Opal #ACCFC6

Tints of Opal #ACCFC6

Color information

#ACCFC6 (or 0xACCFC6) is unknown color: approx Opal. HEX triplet: AC, CF and C6. RGB value is (172,207,198). Sum of RGB (Red+Green+Blue) = 172+207+198=577 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.81% from 577); Green value is 207 (81.25% from 255 or 35.88% from 577); Blue value is 198 (77.73% from 255 or 34.32% from 577); Max value from RGB is 207 - color contains mainly: green. Hex color #ACCFC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCFC6 is #533039. Grayscale: #C3C3C3. Windows color (decimal): -5451834 or 13029292. OLE color: 13029292.

HSL color Cylindrical-coordinate representation of color #ACCFC6: hue angle of 164.57º degrees, saturation: 0.27, 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 #ACCFC6 is Cyan = 0.17, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.

Color convert

RGB172207198-
CMYK0.1700.040.19
HSL164.57º26.72%74.31%-
HSV(B)164.57º16.91%81.18%-
XYZ49.5257.4761.91-
YUV195.51129.4111.23-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.81%
GREEN value IS 207 (81.25% from 255) = 35.88%
BLUE value IS 198 (77.73% from 255) = 34.32%
R=29.81%
G=35.88%
B=34.32%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1722071980.1700.040.19164.5726.7274.31
HexACCFC6110413a51b4a
Octal25431730621042324533112
Binary1010110011001111110001101000101001001110100101110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCFC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCFC6; }

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

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

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

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

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

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

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

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