#A2F9CD

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

Shades of Magic Mint #A2F9CD

Tints of Magic Mint #A2F9CD

Color information

#A2F9CD (or 0xA2F9CD) is unknown color: approx Magic Mint. HEX triplet: A2, F9 and CD. RGB value is (162,249,205). Sum of RGB (Red+Green+Blue) = 162+249+205=616 (81% of max value = 765). Red value is 162 (63.67% from 255 or 26.30% from 616); Green value is 249 (97.66% from 255 or 40.42% from 616); Blue value is 205 (80.47% from 255 or 33.28% from 616); Max value from RGB is 249 - color contains mainly: green. Hex color #A2F9CD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2F9CD is #5D0632. Grayscale: #DADADA. Windows color (decimal): -6096435 or 13498786. OLE color: 13498786.

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

Color convert

RGB162249205-
CMYK0.3500.180.02
HSL149.66º87.88%80.59%-
HSV(B)149.66º34.94%97.65%-
XYZ59.879.8470.02-
YUV217.97120.6888.08-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 26.30%
GREEN value IS 249 (97.66% from 255) = 40.42%
BLUE value IS 205 (80.47% from 255) = 33.28%
R=26.30%
G=40.42%
B=33.28%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1622492050.3500.180.02149.6687.8880.59
HexA2F9CD230122965851
Octal242371315430222226130121
Binary101000101111100111001101100011010010101001011010110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2F9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2F9CD; }

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

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

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

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

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

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

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

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