#ACFAC4

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

Shades of Magic Mint #ACFAC4

Tints of Magic Mint #ACFAC4

Color information

#ACFAC4 (or 0xACFAC4) is unknown color: approx Magic Mint. HEX triplet: AC, FA and C4. RGB value is (172,250,196). Sum of RGB (Red+Green+Blue) = 172+250+196=618 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.83% from 618); Green value is 250 (98.05% from 255 or 40.45% from 618); Blue value is 196 (76.95% from 255 or 31.72% from 618); Max value from RGB is 250 - color contains mainly: green. Hex color #ACFAC4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFAC4 is #53053B. Grayscale: #DCDCDC. Windows color (decimal): -5440828 or 12909228. OLE color: 12909228.

HSL color Cylindrical-coordinate representation of color #ACFAC4: hue angle of 138.46º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACFAC4 is Cyan = 0.31, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.

Color convert

RGB172250196-
CMYK0.3100.220.02
HSL138.46º88.64%82.75%-
HSV(B)138.46º31.2%98.04%-
XYZ61.1681.1364.66-
YUV220.52114.1693.39-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.83%
GREEN value IS 250 (98.05% from 255) = 40.45%
BLUE value IS 196 (76.95% from 255) = 31.72%
R=27.83%
G=40.45%
B=31.72%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1722501960.3100.220.02138.4688.6482.75
HexACFAC41F01628a5953
Octal254372304370262212131123
Binary10101100111110101100010011111010110101000101010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFAC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFAC4; }

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

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

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

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

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

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

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

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