#ACFDDE

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

Shades of Magic Mint #ACFDDE

Tints of Magic Mint #ACFDDE

Color information

#ACFDDE (or 0xACFDDE) is unknown color: approx Magic Mint. HEX triplet: AC, FD and DE. RGB value is (172,253,222). Sum of RGB (Red+Green+Blue) = 172+253+222=647 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.58% from 647); Green value is 253 (99.22% from 255 or 39.10% from 647); Blue value is 222 (87.11% from 255 or 34.31% from 647); Max value from RGB is 253 - color contains mainly: green. Hex color #ACFDDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFDDE is #530221. Grayscale: #E1E1E1. Windows color (decimal): -5440034 or 14613932. OLE color: 14613932.

HSL color Cylindrical-coordinate representation of color #ACFDDE: hue angle of 157.04º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACFDDE is Cyan = 0.32, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB172253222-
CMYK0.3200.120.01
HSL157.04º95.29%83.33%-
HSV(B)157.04º32.02%99.22%-
XYZ65.3284.381.93-
YUV225.25126.1690.02-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.58%
GREEN value IS 253 (99.22% from 255) = 39.10%
BLUE value IS 222 (87.11% from 255) = 34.31%
R=26.58%
G=39.10%
B=34.31%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1722532220.3200.120.01157.0495.2983.33
HexACFDDE200C19d5f53
Octal254375336400141235137123
Binary1010110011111101110111101000000110011001110110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFDDE; }

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

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

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

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

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

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

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

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