#ACDDC7

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

Shades of Magic Mint #ACDDC7

Tints of Magic Mint #ACDDC7

Color information

#ACDDC7 (or 0xACDDC7) is unknown color: approx Magic Mint. HEX triplet: AC, DD and C7. RGB value is (172,221,199). Sum of RGB (Red+Green+Blue) = 172+221+199=592 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.05% from 592); Green value is 221 (86.72% from 255 or 37.33% from 592); Blue value is 199 (78.12% from 255 or 33.61% from 592); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDDC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDDC7 is #532238. Grayscale: #CBCBCB. Windows color (decimal): -5448249 or 13098412. OLE color: 13098412.

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

Color convert

RGB172221199-
CMYK0.2200.100.13
HSL153.06º41.88%77.06%-
HSV(B)153.06º22.17%86.67%-
XYZ53.1864.6163.7-
YUV203.84125.27105.29-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.05%
GREEN value IS 221 (86.72% from 255) = 37.33%
BLUE value IS 199 (78.12% from 255) = 33.61%
R=29.05%
G=37.33%
B=33.61%

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
Decimal1722211990.2200.100.13153.0641.8877.06
HexACDDC7160AD992a4d
Octal254335307260121523152115
Binary10101100110111011100011110110010101101100110011010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDDC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDDC7; }

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

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

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

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

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

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

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

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