#ACCFC4

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

Shades of Opal #ACCFC4

Tints of Opal #ACCFC4

Color information

#ACCFC4 (or 0xACCFC4) is unknown color: approx Opal. HEX triplet: AC, CF and C4. RGB value is (172,207,196). Sum of RGB (Red+Green+Blue) = 172+207+196=575 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.91% from 575); Green value is 207 (81.25% from 255 or 36% from 575); Blue value is 196 (76.95% from 255 or 34.09% from 575); Max value from RGB is 207 - color contains mainly: green. Hex color #ACCFC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCFC4 is #53303B. Grayscale: #C3C3C3. Windows color (decimal): -5451836 or 12898220. OLE color: 12898220.

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

Color convert

RGB172207196-
CMYK0.1700.050.19
HSL161.14º26.72%74.31%-
HSV(B)161.14º16.91%81.18%-
XYZ49.2957.3860.7-
YUV195.28128.4111.39-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.91%
GREEN value IS 207 (81.25% from 255) = 36%
BLUE value IS 196 (76.95% from 255) = 34.09%
R=29.91%
G=36%
B=34.09%

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
Decimal1722071960.1700.050.19161.1426.7274.31
HexACCFC4110513a11b4a
Octal25431730421052324133112
Binary1010110011001111110001001000101011001110100001110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCFC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCFC4; }

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

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

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

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

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

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

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

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