#A3FDD6

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

Shades of Magic Mint #A3FDD6

Tints of Magic Mint #A3FDD6

Color information

#A3FDD6 (or 0xA3FDD6) is unknown color: approx Magic Mint. HEX triplet: A3, FD and D6. RGB value is (163,253,214). Sum of RGB (Red+Green+Blue) = 163+253+214=630 (83% of max value = 765). Red value is 163 (64.06% from 255 or 25.87% from 630); Green value is 253 (99.22% from 255 or 40.16% from 630); Blue value is 214 (83.98% from 255 or 33.97% from 630); Max value from RGB is 253 - color contains mainly: green. Hex color #A3FDD6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3FDD6 is #5C0229. Grayscale: #DDDDDD. Windows color (decimal): -6029866 or 14089635. OLE color: 14089635.

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

Color convert

RGB163253214-
CMYK0.3600.150.01
HSL154º95.74%81.57%-
HSV(B)154º35.57%99.22%-
XYZ62.3782.8976.33-
YUV221.64123.6886.17-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 25.87%
GREEN value IS 253 (99.22% from 255) = 40.16%
BLUE value IS 214 (83.98% from 255) = 33.97%
R=25.87%
G=40.16%
B=33.97%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1632532140.3600.150.0115495.7481.57
HexA3FDD6240F19a6052
Octal243375326440171232140122
Binary1010001111111101110101101001000111111001101011000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3FDD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3FDD6; }

 p { color: rgb(163,253,214); }

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

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

 a { background-color: rgb(163,253,214); }

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

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

 span { border-color: rgb(163,253,214); }

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