#A3F2CD

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

Shades of Magic Mint #A3F2CD

Tints of Magic Mint #A3F2CD

Color information

#A3F2CD (or 0xA3F2CD) is unknown color: approx Magic Mint. HEX triplet: A3, F2 and CD. RGB value is (163,242,205). Sum of RGB (Red+Green+Blue) = 163+242+205=610 (80% of max value = 765). Red value is 163 (64.06% from 255 or 26.72% from 610); Green value is 242 (94.92% from 255 or 39.67% from 610); Blue value is 205 (80.47% from 255 or 33.61% from 610); Max value from RGB is 242 - color contains mainly: green. Hex color #A3F2CD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3F2CD is #5C0D32. Grayscale: #D6D6D6. Windows color (decimal): -6032691 or 13496995. OLE color: 13496995.

HSL color Cylindrical-coordinate representation of color #A3F2CD: hue angle of 151.9º degrees, saturation: 0.75, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A3F2CD is Cyan = 0.33, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB163242205-
CMYK0.3300.150.05
HSL151.9º75.24%79.41%-
HSV(B)151.9º32.64%94.9%-
XYZ57.8875.769.32-
YUV214.16122.8391.51-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 26.72%
GREEN value IS 242 (94.92% from 255) = 39.67%
BLUE value IS 205 (80.47% from 255) = 33.61%
R=26.72%
G=39.67%
B=33.61%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1632422050.3300.150.05151.975.2479.41
HexA3F2CD210F5984b4f
Octal243362315410175230113117
Binary101000111111001011001101100001011111011001100010010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3F2CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3F2CD; }

 p { color: rgb(163,242,205); }

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

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

 a { background-color: rgb(163,242,205); }

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

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

 span { border-color: rgb(163,242,205); }

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