#ACFED6

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

Shades of Magic Mint #ACFED6

Tints of Magic Mint #ACFED6

Color information

#ACFED6 (or 0xACFED6) is unknown color: approx Magic Mint. HEX triplet: AC, FE and D6. RGB value is (172,254,214). Sum of RGB (Red+Green+Blue) = 172+254+214=640 (84% of max value = 765). Red value is 172 (67.58% from 255 or 26.88% from 640); Green value is 254 (99.61% from 255 or 39.69% from 640); Blue value is 214 (83.98% from 255 or 33.44% from 640); Max value from RGB is 254 - color contains mainly: green. Hex color #ACFED6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFED6 is #530129. Grayscale: #E0E0E0. Windows color (decimal): -5439786 or 14089900. OLE color: 14089900.

HSL color Cylindrical-coordinate representation of color #ACFED6: hue angle of 150.73º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACFED6 is Cyan = 0.32, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.00.

Color convert

RGB172254214-
CMYK0.3200.160.00
HSL150.73º97.62%83.53%-
HSV(B)150.73º32.28%99.61%-
XYZ64.5984.5176.53-
YUV224.92121.8390.25-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.88%
GREEN value IS 254 (99.61% from 255) = 39.69%
BLUE value IS 214 (83.98% from 255) = 33.44%
R=26.88%
G=39.69%
B=33.44%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1722542140.3200.160.00150.7397.6283.53
HexACFED6200100976254
Octal254376326400200227142124
Binary10101100111111101101011010000001000001001011111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFED6; }

 p { color: rgb(172,254,214); }

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

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

 a { background-color: rgb(172,254,214); }

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

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

 span { border-color: rgb(172,254,214); }

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