#ACDDC6

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

Shades of Magic Mint #ACDDC6

Tints of Magic Mint #ACDDC6

Color information

#ACDDC6 (or 0xACDDC6) is unknown color: approx Magic Mint. HEX triplet: AC, DD and C6. RGB value is (172,221,198). Sum of RGB (Red+Green+Blue) = 172+221+198=591 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.10% from 591); Green value is 221 (86.72% from 255 or 37.39% from 591); Blue value is 198 (77.73% from 255 or 33.50% from 591); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDDC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDDC6 is #532239. Grayscale: #CBCBCB. Windows color (decimal): -5448250 or 13032876. OLE color: 13032876.

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

Color convert

RGB172221198-
CMYK0.2200.100.13
HSL151.84º41.88%77.06%-
HSV(B)151.84º22.17%86.67%-
XYZ53.0664.5663.09-
YUV203.73124.77105.37-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.10%
GREEN value IS 221 (86.72% from 255) = 37.39%
BLUE value IS 198 (77.73% from 255) = 33.50%
R=29.10%
G=37.39%
B=33.50%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1722211980.2200.100.13151.8441.8877.06
HexACDDC6160AD982a4d
Octal254335306260121523052115
Binary10101100110111011100011010110010101101100110001010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDDC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDDC6; }

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

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

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

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

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

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

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

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