#ACFFD5

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

Shades of Magic Mint #ACFFD5

Tints of Magic Mint #ACFFD5

Color information

#ACFFD5 (or 0xACFFD5) is unknown color: approx Magic Mint. HEX triplet: AC, FF and D5. RGB value is (172,255,213). Sum of RGB (Red+Green+Blue) = 172+255+213=640 (84% of max value = 765). Red value is 172 (67.58% from 255 or 26.88% from 640); Green value is 255 (100% from 255 or 39.84% from 640); Blue value is 213 (83.59% from 255 or 33.28% from 640); Max value from RGB is 255 - color contains mainly: green. Hex color #ACFFD5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFFD5 is #53002A. Grayscale: #E1E1E1. Windows color (decimal): -5439531 or 14024620. OLE color: 14024620.

HSL color Cylindrical-coordinate representation of color #ACFFD5: hue angle of 149.64º 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 #ACFFD5 is Cyan = 0.33, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.

Color convert

RGB172255213-
CMYK0.3300.160
HSL149.64º100%83.73%-
HSV(B)149.64º32.55%100%-
XYZ64.7885.0975.96-
YUV225.412189.92-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.88%
GREEN value IS 255 (100% from 255) = 39.84%
BLUE value IS 213 (83.59% from 255) = 33.28%
R=26.88%
G=39.84%
B=33.28%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1722552130.3300.160149.6410083.73
HexACFFD5210100966454
Octal254377325410200226144124
Binary10101100111111111101010110000101000001001011011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFFD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFFD5; }

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

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

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

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

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

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

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

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