#ACFDDD

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

Shades of Magic Mint #ACFDDD

Tints of Magic Mint #ACFDDD

Color information

#ACFDDD (or 0xACFDDD) is unknown color: approx Magic Mint. HEX triplet: AC, FD and DD. RGB value is (172,253,221). Sum of RGB (Red+Green+Blue) = 172+253+221=646 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.63% from 646); Green value is 253 (99.22% from 255 or 39.16% from 646); Blue value is 221 (86.72% from 255 or 34.21% from 646); Max value from RGB is 253 - color contains mainly: green. Hex color #ACFDDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFDDD is #530222. Grayscale: #E1E1E1. Windows color (decimal): -5440035 or 14548396. OLE color: 14548396.

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

Color convert

RGB172253221-
CMYK0.3200.130.01
HSL156.3º95.29%83.33%-
HSV(B)156.3º32.02%99.22%-
XYZ65.1984.2481.23-
YUV225.13125.6690.1-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.63%
GREEN value IS 253 (99.22% from 255) = 39.16%
BLUE value IS 221 (86.72% from 255) = 34.21%
R=26.63%
G=39.16%
B=34.21%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1722532210.3200.130.01156.395.2983.33
HexACFDDD200D19c5f53
Octal254375335400151234137123
Binary1010110011111101110111011000000110111001110010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFDDD; }

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

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

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

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

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

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

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

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