#ACF1C4

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

Shades of Magic Mint #ACF1C4

Tints of Magic Mint #ACF1C4

Color information

#ACF1C4 (or 0xACF1C4) is unknown color: approx Magic Mint. HEX triplet: AC, F1 and C4. RGB value is (172,241,196). Sum of RGB (Red+Green+Blue) = 172+241+196=609 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.24% from 609); Green value is 241 (94.53% from 255 or 39.57% from 609); Blue value is 196 (76.95% from 255 or 32.18% from 609); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF1C4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF1C4 is #530E3B. Grayscale: #D7D7D7. Windows color (decimal): -5443132 or 12906924. OLE color: 12906924.

HSL color Cylindrical-coordinate representation of color #ACF1C4: hue angle of 140.87º degrees, saturation: 0.71, 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 #ACF1C4 is Cyan = 0.29, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.05.

Color convert

RGB172241196-
CMYK0.2900.190.05
HSL140.87º71.13%80.98%-
HSV(B)140.87º28.63%94.51%-
XYZ58.4375.6763.75-
YUV215.24117.1497.16-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.24%
GREEN value IS 241 (94.53% from 255) = 39.57%
BLUE value IS 196 (76.95% from 255) = 32.18%
R=28.24%
G=39.57%
B=32.18%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1722411960.2900.190.05140.8771.1380.98
HexACF1C41D01358d4751
Octal254361304350235215107121
Binary101011001111000111000100111010100111011000110110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF1C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF1C4; }

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

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

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

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

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

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

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

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