#ACFFDE

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

Shades of Magic Mint #ACFFDE

Tints of Magic Mint #ACFFDE

Color information

#ACFFDE (or 0xACFFDE) is unknown color: approx Magic Mint. HEX triplet: AC, FF and DE. RGB value is (172,255,222). Sum of RGB (Red+Green+Blue) = 172+255+222=649 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.50% from 649); Green value is 255 (100% from 255 or 39.29% from 649); Blue value is 222 (87.11% from 255 or 34.21% from 649); Max value from RGB is 255 - color contains mainly: green. Hex color #ACFFDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFFDE is #530021. Grayscale: #E2E2E2. Windows color (decimal): -5439522 or 14614444. OLE color: 14614444.

HSL color Cylindrical-coordinate representation of color #ACFFDE: hue angle of 156.14º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ACFFDE is Cyan = 0.33, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.

Color convert

RGB172255222-
CMYK0.3300.130
HSL156.14º100%83.73%-
HSV(B)156.14º32.55%100%-
XYZ65.9685.5682.15-
YUV226.42125.589.18-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.50%
GREEN value IS 255 (100% from 255) = 39.29%
BLUE value IS 222 (87.11% from 255) = 34.21%
R=26.50%
G=39.29%
B=34.21%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1722552220.3300.130156.1410083.73
HexACFFDE210D09c6454
Octal254377336410150234144124
Binary1010110011111111110111101000010110101001110011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFFDE; }

 p { color: rgb(172,255,222); }

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

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

 a { background-color: rgb(172,255,222); }

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

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

 span { border-color: rgb(172,255,222); }

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