#A3FFD0

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

Shades of Magic Mint #A3FFD0

Tints of Magic Mint #A3FFD0

Color information

#A3FFD0 (or 0xA3FFD0) is unknown color: approx Magic Mint. HEX triplet: A3, FF and D0. RGB value is (163,255,208). Sum of RGB (Red+Green+Blue) = 163+255+208=626 (82% of max value = 765). Red value is 163 (64.06% from 255 or 26.04% from 626); Green value is 255 (100% from 255 or 40.73% from 626); Blue value is 208 (81.64% from 255 or 33.23% from 626); Max value from RGB is 255 - color contains mainly: green. Hex color #A3FFD0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3FFD0 is #5C002F. Grayscale: #DEDEDE. Windows color (decimal): -6029360 or 13696931. OLE color: 13696931.

HSL color Cylindrical-coordinate representation of color #A3FFD0: hue angle of 149.35º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A3FFD0 is Cyan = 0.36, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.

Color convert

RGB163255208-
CMYK0.3600.180
HSL149.35º100%81.96%-
HSV(B)149.35º36.08%100%-
XYZ62.2583.8672.58-
YUV222.13120.0285.82-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 26.04%
GREEN value IS 255 (100% from 255) = 40.73%
BLUE value IS 208 (81.64% from 255) = 33.23%
R=26.04%
G=40.73%
B=33.23%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1632552080.3600.180149.3510081.96
HexA3FFD0240120956452
Octal243377320440220225144122
Binary10100011111111111101000010010001001001001010111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3FFD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3FFD0; }

 p { color: rgb(163,255,208); }

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

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

 a { background-color: rgb(163,255,208); }

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

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

 span { border-color: rgb(163,255,208); }

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