#A3F1CB

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

Shades of Magic Mint #A3F1CB

Tints of Magic Mint #A3F1CB

Color information

#A3F1CB (or 0xA3F1CB) is unknown color: approx Magic Mint. HEX triplet: A3, F1 and CB. RGB value is (163,241,203). Sum of RGB (Red+Green+Blue) = 163+241+203=607 (80% of max value = 765). Red value is 163 (64.06% from 255 or 26.85% from 607); Green value is 241 (94.53% from 255 or 39.70% from 607); Blue value is 203 (79.69% from 255 or 33.44% from 607); Max value from RGB is 241 - color contains mainly: green. Hex color #A3F1CB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3F1CB is #5C0E34. Grayscale: #D5D5D5. Windows color (decimal): -6032949 or 13365667. OLE color: 13365667.

HSL color Cylindrical-coordinate representation of color #A3F1CB: hue angle of 150.77º 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 #A3F1CB is Cyan = 0.32, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB163241203-
CMYK0.3200.160.05
HSL150.77º73.58%79.22%-
HSV(B)150.77º32.37%94.51%-
XYZ57.3475.0167.96-
YUV213.35122.1692.09-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 26.85%
GREEN value IS 241 (94.53% from 255) = 39.70%
BLUE value IS 203 (79.69% from 255) = 33.44%
R=26.85%
G=39.70%
B=33.44%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1632412030.3200.160.05150.7773.5879.22
HexA3F1CB200105974a4f
Octal243361313400205227112117
Binary1010001111110001110010111000000100001011001011110010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3F1CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3F1CB; }

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

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

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

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

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

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

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

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