#ACFFDF

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

Shades of Magic Mint #ACFFDF

Tints of Magic Mint #ACFFDF

Color information

#ACFFDF (or 0xACFFDF) is unknown color: approx Magic Mint. HEX triplet: AC, FF and DF. RGB value is (172,255,223). Sum of RGB (Red+Green+Blue) = 172+255+223=650 (86% of max value = 765). Red value is 172 (67.58% from 255 or 26.46% from 650); Green value is 255 (100% from 255 or 39.23% from 650); Blue value is 223 (87.5% from 255 or 34.31% from 650); Max value from RGB is 255 - color contains mainly: green. Hex color #ACFFDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFFDF is #530020. Grayscale: #E2E2E2. Windows color (decimal): -5439521 or 14679980. OLE color: 14679980.

HSL color Cylindrical-coordinate representation of color #ACFFDF: hue angle of 156.87º 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 #ACFFDF is Cyan = 0.33, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.

Color convert

RGB172255223-
CMYK0.3300.130
HSL156.87º100%83.73%-
HSV(B)156.87º32.55%100%-
XYZ66.0985.6282.85-
YUV226.5412689.1-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.46%
GREEN value IS 255 (100% from 255) = 39.23%
BLUE value IS 223 (87.5% from 255) = 34.31%
R=26.46%
G=39.23%
B=34.31%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1722552230.3300.130156.8710083.73
HexACFFDF210D09d6454
Octal254377337410150235144124
Binary1010110011111111110111111000010110101001110111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFFDF; }

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

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

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

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

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

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

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

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