#ACFAC5

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

Shades of Magic Mint #ACFAC5

Tints of Magic Mint #ACFAC5

Color information

#ACFAC5 (or 0xACFAC5) is unknown color: approx Magic Mint. HEX triplet: AC, FA and C5. RGB value is (172,250,197). Sum of RGB (Red+Green+Blue) = 172+250+197=619 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.79% from 619); Green value is 250 (98.05% from 255 or 40.39% from 619); Blue value is 197 (77.34% from 255 or 31.83% from 619); Max value from RGB is 250 - color contains mainly: green. Hex color #ACFAC5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFAC5 is #53053A. Grayscale: #DCDCDC. Windows color (decimal): -5440827 or 12974764. OLE color: 12974764.

HSL color Cylindrical-coordinate representation of color #ACFAC5: hue angle of 139.23º 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 #ACFAC5 is Cyan = 0.31, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.

Color convert

RGB172250197-
CMYK0.3100.210.02
HSL139.23º88.64%82.75%-
HSV(B)139.23º31.2%98.04%-
XYZ61.2881.1765.26-
YUV220.64114.6693.31-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.79%
GREEN value IS 250 (98.05% from 255) = 40.39%
BLUE value IS 197 (77.34% from 255) = 31.83%
R=27.79%
G=40.39%
B=31.83%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1722501970.3100.210.02139.2388.6482.75
HexACFAC51F01528b5953
Octal254372305370252213131123
Binary10101100111110101100010111111010101101000101110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFAC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFAC5; }

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

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

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

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

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

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

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

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