#ACCFC3

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

Shades of Opal #ACCFC3

Tints of Opal #ACCFC3

Color information

#ACCFC3 (or 0xACCFC3) is unknown color: approx Opal. HEX triplet: AC, CF and C3. RGB value is (172,207,195). Sum of RGB (Red+Green+Blue) = 172+207+195=574 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.97% from 574); Green value is 207 (81.25% from 255 or 36.06% from 574); Blue value is 195 (76.56% from 255 or 33.97% from 574); Max value from RGB is 207 - color contains mainly: green. Hex color #ACCFC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCFC3 is #53303C. Grayscale: #C3C3C3. Windows color (decimal): -5451837 or 12832684. OLE color: 12832684.

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

Color convert

RGB172207195-
CMYK0.1700.060.19
HSL159.43º26.72%74.31%-
HSV(B)159.43º16.91%81.18%-
XYZ49.1857.3460.1-
YUV195.17127.9111.48-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.97%
GREEN value IS 207 (81.25% from 255) = 36.06%
BLUE value IS 195 (76.56% from 255) = 33.97%
R=29.97%
G=36.06%
B=33.97%

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
Decimal1722071950.1700.060.19159.4326.7274.31
HexACCFC31106139f1b4a
Octal25431730321062323733112
Binary1010110011001111110000111000101101001110011111110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCFC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCFC3; }

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

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

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

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

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

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

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

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