#ACF6DA

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

Shades of Magic Mint #ACF6DA

Tints of Magic Mint #ACF6DA

Color information

#ACF6DA (or 0xACF6DA) is unknown color: approx Magic Mint. HEX triplet: AC, F6 and DA. RGB value is (172,246,218). Sum of RGB (Red+Green+Blue) = 172+246+218=636 (84% of max value = 765). Red value is 172 (67.58% from 255 or 27.04% from 636); Green value is 246 (96.48% from 255 or 38.68% from 636); Blue value is 218 (85.55% from 255 or 34.28% from 636); Max value from RGB is 246 - color contains mainly: green. Hex color #ACF6DA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF6DA is #530925. Grayscale: #DCDCDC. Windows color (decimal): -5441830 or 14349996. OLE color: 14349996.

HSL color Cylindrical-coordinate representation of color #ACF6DA: hue angle of 157.3º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACF6DA is Cyan = 0.30, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB172246218-
CMYK0.3000.110.04
HSL157.3º80.43%81.96%-
HSV(B)157.3º30.08%96.47%-
XYZ62.6279.7478.42-
YUV220.68126.4893.28-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.04%
GREEN value IS 246 (96.48% from 255) = 38.68%
BLUE value IS 218 (85.55% from 255) = 34.28%
R=27.04%
G=38.68%
B=34.28%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1722462180.3000.110.04157.380.4381.96
HexACF6DA1E0B49d5052
Octal254366332360134235120122
Binary10101100111101101101101011110010111001001110110100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF6DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF6DA; }

 p { color: rgb(172,246,218); }

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

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

 a { background-color: rgb(172,246,218); }

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

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

 span { border-color: rgb(172,246,218); }

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