#A3FFDB

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

Shades of Magic Mint #A3FFDB

Tints of Magic Mint #A3FFDB

Color information

#A3FFDB (or 0xA3FFDB) is unknown color: approx Magic Mint. HEX triplet: A3, FF and DB. RGB value is (163,255,219). Sum of RGB (Red+Green+Blue) = 163+255+219=637 (84% of max value = 765). Red value is 163 (64.06% from 255 or 25.59% from 637); Green value is 255 (100% from 255 or 40.03% from 637); Blue value is 219 (85.94% from 255 or 34.38% from 637); Max value from RGB is 255 - color contains mainly: green. Hex color #A3FFDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3FFDB is #5C0024. Grayscale: #DFDFDF. Windows color (decimal): -6029349 or 14417827. OLE color: 14417827.

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

Color convert

RGB163255219-
CMYK0.3600.140
HSL156.52º100%81.96%-
HSV(B)156.52º36.08%100%-
XYZ63.6584.4279.96-
YUV223.39125.5284.93-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 25.59%
GREEN value IS 255 (100% from 255) = 40.03%
BLUE value IS 219 (85.94% from 255) = 34.38%
R=25.59%
G=40.03%
B=34.38%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1632552190.3600.140156.5210081.96
HexA3FFDB240E09d6452
Octal243377333440160235144122
Binary1010001111111111110110111001000111001001110111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3FFDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3FFDB; }

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

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

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

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

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

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

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

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