#ACFDDC

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

Shades of Magic Mint #ACFDDC

Tints of Magic Mint #ACFDDC

Color information

#ACFDDC (or 0xACFDDC) is unknown color: approx Magic Mint. HEX triplet: AC, FD and DC. RGB value is (172,253,220). Sum of RGB (Red+Green+Blue) = 172+253+220=645 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.67% from 645); Green value is 253 (99.22% from 255 or 39.22% from 645); Blue value is 220 (86.33% from 255 or 34.11% from 645); Max value from RGB is 253 - color contains mainly: green. Hex color #ACFDDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFDDC is #530223. Grayscale: #E1E1E1. Windows color (decimal): -5440036 or 14482860. OLE color: 14482860.

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

Color convert

RGB172253220-
CMYK0.3200.130.01
HSL155.56º95.29%83.33%-
HSV(B)155.56º32.02%99.22%-
XYZ65.0684.1980.53-
YUV225.02125.1690.18-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.67%
GREEN value IS 253 (99.22% from 255) = 39.22%
BLUE value IS 220 (86.33% from 255) = 34.11%
R=26.67%
G=39.22%
B=34.11%

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
Decimal1722532200.3200.130.01155.5695.2983.33
HexACFDDC200D19c5f53
Octal254375334400151234137123
Binary1010110011111101110111001000000110111001110010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFDDC; }

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

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

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

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

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

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

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

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