#ACDDC2

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

Shades of Magic Mint #ACDDC2

Tints of Magic Mint #ACDDC2

Color information

#ACDDC2 (or 0xACDDC2) is unknown color: approx Magic Mint. HEX triplet: AC, DD and C2. RGB value is (172,221,194). Sum of RGB (Red+Green+Blue) = 172+221+194=587 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.30% from 587); Green value is 221 (86.72% from 255 or 37.65% from 587); Blue value is 194 (76.17% from 255 or 33.05% from 587); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDDC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDDC2 is #53223D. Grayscale: #CBCBCB. Windows color (decimal): -5448254 or 12770732. OLE color: 12770732.

HSL color Cylindrical-coordinate representation of color #ACDDC2: hue angle of 146.94º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ACDDC2 is Cyan = 0.22, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.

Color convert

RGB172221194-
CMYK0.2200.120.13
HSL146.94º41.88%77.06%-
HSV(B)146.94º22.17%86.67%-
XYZ52.6164.3860.69-
YUV203.27122.77105.7-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.30%
GREEN value IS 221 (86.72% from 255) = 37.65%
BLUE value IS 194 (76.17% from 255) = 33.05%
R=29.30%
G=37.65%
B=33.05%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1722211940.2200.120.13146.9441.8877.06
HexACDDC2160CD932a4d
Octal254335302260141522352115
Binary10101100110111011100001010110011001101100100111010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDDC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDDC2; }

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

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

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

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

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

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

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

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