#ACFEC4

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

Shades of Magic Mint #ACFEC4

Tints of Magic Mint #ACFEC4

Color information

#ACFEC4 (or 0xACFEC4) is unknown color: approx Magic Mint. HEX triplet: AC, FE and C4. RGB value is (172,254,196). Sum of RGB (Red+Green+Blue) = 172+254+196=622 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.65% from 622); Green value is 254 (99.61% from 255 or 40.84% from 622); Blue value is 196 (76.95% from 255 or 31.51% from 622); Max value from RGB is 254 - color contains mainly: green. Hex color #ACFEC4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFEC4 is #53013B. Grayscale: #DFDFDF. Windows color (decimal): -5439804 or 12910252. OLE color: 12910252.

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

Color convert

RGB172254196-
CMYK0.3200.230.00
HSL137.56º97.62%83.53%-
HSV(B)137.56º32.28%99.61%-
XYZ62.4283.6465.08-
YUV222.87112.8391.72-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.65%
GREEN value IS 254 (99.61% from 255) = 40.84%
BLUE value IS 196 (76.95% from 255) = 31.51%
R=27.65%
G=40.84%
B=31.51%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1722541960.3200.230.00137.5697.6283.53
HexACFEC42001708a6254
Octal254376304400270212142124
Binary10101100111111101100010010000001011101000101011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFEC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFEC4; }

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

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

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

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

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

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

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

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