#ACF2C6

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

Shades of Magic Mint #ACF2C6

Tints of Magic Mint #ACF2C6

Color information

#ACF2C6 (or 0xACF2C6) is unknown color: approx Magic Mint. HEX triplet: AC, F2 and C6. RGB value is (172,242,198). Sum of RGB (Red+Green+Blue) = 172+242+198=612 (81% of max value = 765). Red value is 172 (67.58% from 255 or 28.10% from 612); Green value is 242 (94.92% from 255 or 39.54% from 612); Blue value is 198 (77.73% from 255 or 32.35% from 612); Max value from RGB is 242 - color contains mainly: green. Hex color #ACF2C6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF2C6 is #530D39. Grayscale: #D8D8D8. Windows color (decimal): -5442874 or 13038252. OLE color: 13038252.

HSL color Cylindrical-coordinate representation of color #ACF2C6: hue angle of 142.29º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ACF2C6 is Cyan = 0.29, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.05.

Color convert

RGB172242198-
CMYK0.2900.180.05
HSL142.29º72.92%81.18%-
HSV(B)142.29º28.93%94.9%-
XYZ58.9676.3565.06-
YUV216.05117.8196.58-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.10%
GREEN value IS 242 (94.92% from 255) = 39.54%
BLUE value IS 198 (77.73% from 255) = 32.35%
R=28.10%
G=39.54%
B=32.35%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1722421980.2900.180.05142.2972.9281.18
HexACF2C61D01258e4951
Octal254362306350225216111121
Binary101011001111001011000110111010100101011000111010010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF2C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF2C6; }

 p { color: rgb(172,242,198); }

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

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

 a { background-color: rgb(172,242,198); }

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

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

 span { border-color: rgb(172,242,198); }

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