#ACE9D1

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

Shades of Magic Mint #ACE9D1

Tints of Magic Mint #ACE9D1

Color information

#ACE9D1 (or 0xACE9D1) is unknown color: approx Magic Mint. HEX triplet: AC, E9 and D1. RGB value is (172,233,209). Sum of RGB (Red+Green+Blue) = 172+233+209=614 (81% of max value = 765). Red value is 172 (67.58% from 255 or 28.01% from 614); Green value is 233 (91.41% from 255 or 37.95% from 614); Blue value is 209 (82.03% from 255 or 34.04% from 614); Max value from RGB is 233 - color contains mainly: green. Hex color #ACE9D1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACE9D1 is #53162E. Grayscale: #D4D4D4. Windows color (decimal): -5445167 or 13756844. OLE color: 13756844.

HSL color Cylindrical-coordinate representation of color #ACE9D1: hue angle of 156.39º degrees, saturation: 0.58, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ACE9D1 is Cyan = 0.26, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.

Color convert

RGB172233209-
CMYK0.2600.100.09
HSL156.39º58.1%79.41%-
HSV(B)156.39º26.18%91.37%-
XYZ57.6671.6571.11-
YUV212.02126.2999.45-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.01%
GREEN value IS 233 (91.41% from 255) = 37.95%
BLUE value IS 209 (82.03% from 255) = 34.04%
R=28.01%
G=37.95%
B=34.04%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1722332090.2600.100.09156.3958.179.41
HexACE9D11A0A99c3a4f
Octal254351321320121123472117
Binary10101100111010011101000111010010101001100111001110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACE9D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACE9D1; }

 p { color: rgb(172,233,209); }

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

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

 a { background-color: rgb(172,233,209); }

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

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

 span { border-color: rgb(172,233,209); }

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