#ACFFD2

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

Shades of Magic Mint #ACFFD2

Tints of Magic Mint #ACFFD2

Color information

#ACFFD2 (or 0xACFFD2) is unknown color: approx Magic Mint. HEX triplet: AC, FF and D2. RGB value is (172,255,210). Sum of RGB (Red+Green+Blue) = 172+255+210=637 (84% of max value = 765). Red value is 172 (67.58% from 255 or 27.00% from 637); Green value is 255 (100% from 255 or 40.03% from 637); Blue value is 210 (82.42% from 255 or 32.97% from 637); Max value from RGB is 255 - color contains mainly: green. Hex color #ACFFD2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFFD2 is #53002D. Grayscale: #E1E1E1. Windows color (decimal): -5439534 or 13828012. OLE color: 13828012.

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

Color convert

RGB172255210-
CMYK0.3300.180
HSL147.47º100%83.73%-
HSV(B)147.47º32.55%100%-
XYZ64.4184.9473.97-
YUV225.05119.590.16-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.00%
GREEN value IS 255 (100% from 255) = 40.03%
BLUE value IS 210 (82.42% from 255) = 32.97%
R=27.00%
G=40.03%
B=32.97%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1722552100.3300.180147.4710083.73
HexACFFD2210120936454
Octal254377322410220223144124
Binary10101100111111111101001010000101001001001001111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFFD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFFD2; }

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

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

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

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

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

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

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

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