#A2F9DD

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

Shades of Magic Mint #A2F9DD

Tints of Magic Mint #A2F9DD

Color information

#A2F9DD (or 0xA2F9DD) is unknown color: approx Magic Mint. HEX triplet: A2, F9 and DD. RGB value is (162,249,221). Sum of RGB (Red+Green+Blue) = 162+249+221=632 (83% of max value = 765). Red value is 162 (63.67% from 255 or 25.63% from 632); Green value is 249 (97.66% from 255 or 39.40% from 632); Blue value is 221 (86.72% from 255 or 34.97% from 632); Max value from RGB is 249 - color contains mainly: green. Hex color #A2F9DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2F9DD is #5D0622. Grayscale: #DBDBDB. Windows color (decimal): -6096419 or 14547362. OLE color: 14547362.

HSL color Cylindrical-coordinate representation of color #A2F9DD: hue angle of 160.69º degrees, saturation: 0.88, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A2F9DD is Cyan = 0.35, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB162249221-
CMYK0.3500.110.02
HSL160.69º87.88%80.59%-
HSV(B)160.69º34.94%97.65%-
XYZ61.8380.6580.72-
YUV219.79128.6886.78-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 25.63%
GREEN value IS 249 (97.66% from 255) = 39.40%
BLUE value IS 221 (86.72% from 255) = 34.97%
R=25.63%
G=39.40%
B=34.97%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1622492210.3500.110.02160.6987.8880.59
HexA2F9DD230B2a15851
Octal242371335430132241130121
Binary10100010111110011101110110001101011101010000110110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2F9DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2F9DD; }

 p { color: rgb(162,249,221); }

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

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

 a { background-color: rgb(162,249,221); }

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

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

 span { border-color: rgb(162,249,221); }

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