#A2F7DF

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

Shades of Magic Mint #A2F7DF

Tints of Magic Mint #A2F7DF

Color information

#A2F7DF (or 0xA2F7DF) is unknown color: approx Magic Mint. HEX triplet: A2, F7 and DF. RGB value is (162,247,223). Sum of RGB (Red+Green+Blue) = 162+247+223=632 (83% of max value = 765). Red value is 162 (63.67% from 255 or 25.63% from 632); Green value is 247 (96.88% from 255 or 39.08% from 632); Blue value is 223 (87.5% from 255 or 35.28% from 632); Max value from RGB is 247 - color contains mainly: green. Hex color #A2F7DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2F7DF is #5D0820. Grayscale: #DADADA. Windows color (decimal): -6096929 or 14677922. OLE color: 14677922.

HSL color Cylindrical-coordinate representation of color #A2F7DF: hue angle of 163.06º degrees, saturation: 0.84, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A2F7DF is Cyan = 0.34, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.

Color convert

RGB162247223-
CMYK0.3400.100.03
HSL163.06º84.16%80.2%-
HSV(B)163.06º34.41%96.86%-
XYZ61.4879.5381.92-
YUV218.85130.3487.45-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 25.63%
GREEN value IS 247 (96.88% from 255) = 39.08%
BLUE value IS 223 (87.5% from 255) = 35.28%
R=25.63%
G=39.08%
B=35.28%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1622472230.3400.100.03163.0684.1680.2
HexA2F7DF220A3a35450
Octal242367337420123243124120
Binary10100010111101111101111110001001010111010001110101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2F7DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2F7DF; }

 p { color: rgb(162,247,223); }

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

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

 a { background-color: rgb(162,247,223); }

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

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

 span { border-color: rgb(162,247,223); }

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