#ACFFD4

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

Shades of Magic Mint #ACFFD4

Tints of Magic Mint #ACFFD4

Color information

#ACFFD4 (or 0xACFFD4) is unknown color: approx Magic Mint. HEX triplet: AC, FF and D4. RGB value is (172,255,212). Sum of RGB (Red+Green+Blue) = 172+255+212=639 (84% of max value = 765). Red value is 172 (67.58% from 255 or 26.92% from 639); Green value is 255 (100% from 255 or 39.91% from 639); Blue value is 212 (83.20% from 255 or 33.18% from 639); Max value from RGB is 255 - color contains mainly: green. Hex color #ACFFD4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFFD4 is #53002B. Grayscale: #E1E1E1. Windows color (decimal): -5439532 or 13959084. OLE color: 13959084.

HSL color Cylindrical-coordinate representation of color #ACFFD4: hue angle of 148.92º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ACFFD4 is Cyan = 0.33, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.

Color convert

RGB172255212-
CMYK0.3300.170
HSL148.92º100%83.73%-
HSV(B)148.92º32.55%100%-
XYZ64.6685.0475.29-
YUV225.28120.590-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.92%
GREEN value IS 255 (100% from 255) = 39.91%
BLUE value IS 212 (83.20% from 255) = 33.18%
R=26.92%
G=39.91%
B=33.18%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1722552120.3300.170148.9210083.73
HexACFFD4210110956454
Octal254377324410210225144124
Binary10101100111111111101010010000101000101001010111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFFD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFFD4; }

 p { color: rgb(172,255,212); }

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

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

 a { background-color: rgb(172,255,212); }

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

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

 span { border-color: rgb(172,255,212); }

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