#ACF1C3

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

Shades of Magic Mint #ACF1C3

Tints of Magic Mint #ACF1C3

Color information

#ACF1C3 (or 0xACF1C3) is unknown color: approx Magic Mint. HEX triplet: AC, F1 and C3. RGB value is (172,241,195). Sum of RGB (Red+Green+Blue) = 172+241+195=608 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.29% from 608); Green value is 241 (94.53% from 255 or 39.64% from 608); Blue value is 195 (76.56% from 255 or 32.07% from 608); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF1C3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF1C3 is #530E3C. Grayscale: #D7D7D7. Windows color (decimal): -5443133 or 12841388. OLE color: 12841388.

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

Color convert

RGB172241195-
CMYK0.2900.190.05
HSL140º71.13%80.98%-
HSV(B)140º28.63%94.51%-
XYZ58.3275.6263.15-
YUV215.12116.6497.24-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.29%
GREEN value IS 241 (94.53% from 255) = 39.64%
BLUE value IS 195 (76.56% from 255) = 32.07%
R=28.29%
G=39.64%
B=32.07%

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
Decimal1722411950.2900.190.0514071.1380.98
HexACF1C31D01358c4751
Octal254361303350235214107121
Binary101011001111000111000011111010100111011000110010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF1C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF1C3; }

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

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

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

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

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

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

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

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