#ACDFC2

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

Shades of Magic Mint #ACDFC2

Tints of Magic Mint #ACDFC2

Color information

#ACDFC2 (or 0xACDFC2) is unknown color: approx Magic Mint. HEX triplet: AC, DF and C2. RGB value is (172,223,194). Sum of RGB (Red+Green+Blue) = 172+223+194=589 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.20% from 589); Green value is 223 (87.5% from 255 or 37.86% from 589); Blue value is 194 (76.17% from 255 or 32.94% from 589); Max value from RGB is 223 - color contains mainly: green. Hex color #ACDFC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDFC2 is #53203D. Grayscale: #CCCCCC. Windows color (decimal): -5447742 or 12771244. OLE color: 12771244.

HSL color Cylindrical-coordinate representation of color #ACDFC2: hue angle of 145.88º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ACDFC2 is Cyan = 0.23, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.

Color convert

RGB172223194-
CMYK0.2300.130.13
HSL145.88º44.35%77.45%-
HSV(B)145.88º22.87%87.45%-
XYZ53.1465.4460.87-
YUV204.44122.1104.86-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.20%
GREEN value IS 223 (87.5% from 255) = 37.86%
BLUE value IS 194 (76.17% from 255) = 32.94%
R=29.20%
G=37.86%
B=32.94%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1722231940.2300.130.13145.8844.3577.45
HexACDFC2170DD922c4d
Octal254337302270151522254115
Binary10101100110111111100001010111011011101100100101011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDFC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDFC2; }

 p { color: rgb(172,223,194); }

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

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

 a { background-color: rgb(172,223,194); }

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

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

 span { border-color: rgb(172,223,194); }

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