#ACF1D1

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

Shades of Magic Mint #ACF1D1

Tints of Magic Mint #ACF1D1

Color information

#ACF1D1 (or 0xACF1D1) is unknown color: approx Magic Mint. HEX triplet: AC, F1 and D1. RGB value is (172,241,209). Sum of RGB (Red+Green+Blue) = 172+241+209=622 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.65% from 622); Green value is 241 (94.53% from 255 or 38.75% from 622); Blue value is 209 (82.03% from 255 or 33.60% from 622); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF1D1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF1D1 is #530E2E. Grayscale: #D8D8D8. Windows color (decimal): -5443119 or 13758892. OLE color: 13758892.

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

Color convert

RGB172241209-
CMYK0.2900.130.05
HSL152.17º71.13%80.98%-
HSV(B)152.17º28.63%94.51%-
XYZ59.9876.2871.88-
YUV216.72123.6496.1-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.65%
GREEN value IS 241 (94.53% from 255) = 38.75%
BLUE value IS 209 (82.03% from 255) = 33.60%
R=27.65%
G=38.75%
B=33.60%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1722412090.2900.130.05152.1771.1380.98
HexACF1D11D0D5984751
Octal254361321350155230107121
Binary10101100111100011101000111101011011011001100010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF1D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF1D1; }

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

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

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

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

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

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

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

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