#ACDEC5

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

Shades of Magic Mint #ACDEC5

Tints of Magic Mint #ACDEC5

Color information

#ACDEC5 (or 0xACDEC5) is unknown color: approx Magic Mint. HEX triplet: AC, DE and C5. RGB value is (172,222,197). Sum of RGB (Red+Green+Blue) = 172+222+197=591 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.10% from 591); Green value is 222 (87.11% from 255 or 37.56% from 591); Blue value is 197 (77.34% from 255 or 33.33% from 591); Max value from RGB is 222 - color contains mainly: green. Hex color #ACDEC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDEC5 is #53213A. Grayscale: #CCCCCC. Windows color (decimal): -5447995 or 12967596. OLE color: 12967596.

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

Color convert

RGB172222197-
CMYK0.2300.110.13
HSL150º43.1%77.25%-
HSV(B)150º22.52%87.06%-
XYZ53.2165.0462.57-
YUV204.2123.94105.03-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.10%
GREEN value IS 222 (87.11% from 255) = 37.56%
BLUE value IS 197 (77.34% from 255) = 33.33%
R=29.10%
G=37.56%
B=33.33%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1722221970.2300.110.1315043.177.25
HexACDEC5170BD962b4d
Octal254336305270131522653115
Binary10101100110111101100010110111010111101100101101010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDEC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDEC5; }

 p { color: rgb(172,222,197); }

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

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

 a { background-color: rgb(172,222,197); }

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

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

 span { border-color: rgb(172,222,197); }

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