#A3F1C0

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

Shades of Magic Mint #A3F1C0

Tints of Magic Mint #A3F1C0

Color information

#A3F1C0 (or 0xA3F1C0) is unknown color: approx Magic Mint. HEX triplet: A3, F1 and C0. RGB value is (163,241,192). Sum of RGB (Red+Green+Blue) = 163+241+192=596 (78% of max value = 765). Red value is 163 (64.06% from 255 or 27.35% from 596); Green value is 241 (94.53% from 255 or 40.44% from 596); Blue value is 192 (75.39% from 255 or 32.21% from 596); Max value from RGB is 241 - color contains mainly: green. Hex color #A3F1C0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3F1C0 is #5C0E3F. Grayscale: #D4D4D4. Windows color (decimal): -6032960 or 12644771. OLE color: 12644771.

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

Color convert

RGB163241192-
CMYK0.3200.200.05
HSL142.31º73.58%79.22%-
HSV(B)142.31º32.37%94.51%-
XYZ56.0774.561.29-
YUV212.09116.6692.98-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 27.35%
GREEN value IS 241 (94.53% from 255) = 40.44%
BLUE value IS 192 (75.39% from 255) = 32.21%
R=27.35%
G=40.44%
B=32.21%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1632411920.3200.200.05142.3173.5879.22
HexA3F1C02001458e4a4f
Octal243361300400245216112117
Binary1010001111110001110000001000000101001011000111010010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3F1C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3F1C0; }

 p { color: rgb(163,241,192); }

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

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

 a { background-color: rgb(163,241,192); }

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

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

 span { border-color: rgb(163,241,192); }

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