#ACDEC3

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

Shades of Magic Mint #ACDEC3

Tints of Magic Mint #ACDEC3

Color information

#ACDEC3 (or 0xACDEC3) is unknown color: approx Magic Mint. HEX triplet: AC, DE and C3. RGB value is (172,222,195). Sum of RGB (Red+Green+Blue) = 172+222+195=589 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.20% from 589); Green value is 222 (87.11% from 255 or 37.69% from 589); Blue value is 195 (76.56% from 255 or 33.11% from 589); Max value from RGB is 222 - color contains mainly: green. Hex color #ACDEC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDEC3 is #53213C. Grayscale: #CCCCCC. Windows color (decimal): -5447997 or 12836524. OLE color: 12836524.

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

Color convert

RGB172222195-
CMYK0.2300.120.13
HSL147.6º43.1%77.25%-
HSV(B)147.6º22.52%87.06%-
XYZ52.9864.9561.37-
YUV203.97122.94105.2-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.20%
GREEN value IS 222 (87.11% from 255) = 37.69%
BLUE value IS 195 (76.56% from 255) = 33.11%
R=29.20%
G=37.69%
B=33.11%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1722221950.2300.120.13147.643.177.25
HexACDEC3170CD942b4d
Octal254336303270141522453115
Binary10101100110111101100001110111011001101100101001010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDEC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDEC3; }

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

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

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

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

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

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

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

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