#ACEAD4

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

Shades of Magic Mint #ACEAD4

Tints of Magic Mint #ACEAD4

Color information

#ACEAD4 (or 0xACEAD4) is unknown color: approx Magic Mint. HEX triplet: AC, EA and D4. RGB value is (172,234,212). Sum of RGB (Red+Green+Blue) = 172+234+212=618 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.83% from 618); Green value is 234 (91.80% from 255 or 37.86% from 618); Blue value is 212 (83.20% from 255 or 34.30% from 618); Max value from RGB is 234 - color contains mainly: green. Hex color #ACEAD4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEAD4 is #53152B. Grayscale: #D4D4D4. Windows color (decimal): -5444908 or 13953708. OLE color: 13953708.

HSL color Cylindrical-coordinate representation of color #ACEAD4: hue angle of 158.71º 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 #ACEAD4 is Cyan = 0.26, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB172234212-
CMYK0.2600.090.08
HSL158.71º59.62%79.61%-
HSV(B)158.71º26.5%91.76%-
XYZ58.3272.3773.18-
YUV212.95127.4698.79-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.83%
GREEN value IS 234 (91.80% from 255) = 37.86%
BLUE value IS 212 (83.20% from 255) = 34.30%
R=27.83%
G=37.86%
B=34.30%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1722342120.2600.090.08158.7159.6279.61
HexACEAD41A0989f3c50
Octal254352324320111023774120
Binary10101100111010101101010011010010011000100111111111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACEAD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACEAD4; }

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

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

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

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

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

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

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

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