#ACEAD1

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

Shades of Magic Mint #ACEAD1

Tints of Magic Mint #ACEAD1

Color information

#ACEAD1 (or 0xACEAD1) is unknown color: approx Magic Mint. HEX triplet: AC, EA and D1. RGB value is (172,234,209). Sum of RGB (Red+Green+Blue) = 172+234+209=615 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.97% from 615); Green value is 234 (91.80% from 255 or 38.05% from 615); Blue value is 209 (82.03% from 255 or 33.98% from 615); Max value from RGB is 234 - color contains mainly: green. Hex color #ACEAD1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEAD1 is #53152E. Grayscale: #D4D4D4. Windows color (decimal): -5444911 or 13757100. OLE color: 13757100.

HSL color Cylindrical-coordinate representation of color #ACEAD1: hue angle of 155.81º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ACEAD1 is Cyan = 0.26, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.

Color convert

RGB172234209-
CMYK0.2600.110.08
HSL155.81º59.62%79.61%-
HSV(B)155.81º26.5%91.76%-
XYZ57.9472.2271.21-
YUV212.61125.9699.03-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.97%
GREEN value IS 234 (91.80% from 255) = 38.05%
BLUE value IS 209 (82.03% from 255) = 33.98%
R=27.97%
G=38.05%
B=33.98%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1722342090.2600.110.08155.8159.6279.61
HexACEAD11A0B89c3c50
Octal254352321320131023474120
Binary10101100111010101101000111010010111000100111001111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACEAD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACEAD1; }

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

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

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

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

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

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

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

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