#ACFFD6

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

Shades of Magic Mint #ACFFD6

Tints of Magic Mint #ACFFD6

Color information

#ACFFD6 (or 0xACFFD6) is unknown color: approx Magic Mint. HEX triplet: AC, FF and D6. RGB value is (172,255,214). Sum of RGB (Red+Green+Blue) = 172+255+214=641 (84% of max value = 765). Red value is 172 (67.58% from 255 or 26.83% from 641); Green value is 255 (100% from 255 or 39.78% from 641); Blue value is 214 (83.98% from 255 or 33.39% from 641); Max value from RGB is 255 - color contains mainly: green. Hex color #ACFFD6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFFD6 is #530029. Grayscale: #E1E1E1. Windows color (decimal): -5439530 or 14090156. OLE color: 14090156.

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

Color convert

RGB172255214-
CMYK0.3300.160
HSL150.36º100%83.73%-
HSV(B)150.36º32.55%100%-
XYZ64.9185.1576.63-
YUV225.51121.589.83-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.83%
GREEN value IS 255 (100% from 255) = 39.78%
BLUE value IS 214 (83.98% from 255) = 33.39%
R=26.83%
G=39.78%
B=33.39%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1722552140.3300.160150.3610083.73
HexACFFD6210100966454
Octal254377326410200226144124
Binary10101100111111111101011010000101000001001011011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFFD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFFD6; }

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

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

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

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

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

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

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

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