#ACCFC5

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

Shades of Opal #ACCFC5

Tints of Opal #ACCFC5

Color information

#ACCFC5 (or 0xACCFC5) is unknown color: approx Opal. HEX triplet: AC, CF and C5. RGB value is (172,207,197). Sum of RGB (Red+Green+Blue) = 172+207+197=576 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.86% from 576); Green value is 207 (81.25% from 255 or 35.94% from 576); Blue value is 197 (77.34% from 255 or 34.20% from 576); Max value from RGB is 207 - color contains mainly: green. Hex color #ACCFC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCFC5 is #53303A. Grayscale: #C3C3C3. Windows color (decimal): -5451835 or 12963756. OLE color: 12963756.

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

Color convert

RGB172207197-
CMYK0.1700.050.19
HSL162.86º26.72%74.31%-
HSV(B)162.86º16.91%81.18%-
XYZ49.457.4361.3-
YUV195.4128.9111.31-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.86%
GREEN value IS 207 (81.25% from 255) = 35.94%
BLUE value IS 197 (77.34% from 255) = 34.20%
R=29.86%
G=35.94%
B=34.20%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1722071970.1700.050.19162.8626.7274.31
HexACCFC5110513a31b4a
Octal25431730521052324333112
Binary1010110011001111110001011000101011001110100011110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCFC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCFC5; }

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

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

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

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

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

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

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

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