#A3EBC4

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

Shades of Magic Mint #A3EBC4

Tints of Magic Mint #A3EBC4

Color information

#A3EBC4 (or 0xA3EBC4) is unknown color: approx Magic Mint. HEX triplet: A3, EB and C4. RGB value is (163,235,196). Sum of RGB (Red+Green+Blue) = 163+235+196=594 (78% of max value = 765). Red value is 163 (64.06% from 255 or 27.44% from 594); Green value is 235 (92.19% from 255 or 39.56% from 594); Blue value is 196 (76.95% from 255 or 33.00% from 594); Max value from RGB is 235 - color contains mainly: green. Hex color #A3EBC4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3EBC4 is #5C143B. Grayscale: #D1D1D1. Windows color (decimal): -6034492 or 12905379. OLE color: 12905379.

HSL color Cylindrical-coordinate representation of color #A3EBC4: hue angle of 147.5º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A3EBC4 is Cyan = 0.31, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.

Color convert

RGB163235196-
CMYK0.3100.170.08
HSL147.5º64.29%78.04%-
HSV(B)147.5º30.64%92.16%-
XYZ54.7871.1963.08-
YUV209.03120.6595.17-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 27.44%
GREEN value IS 235 (92.19% from 255) = 39.56%
BLUE value IS 196 (76.95% from 255) = 33.00%
R=27.44%
G=39.56%
B=33.00%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1632351960.3100.170.08147.564.2978.04
HexA3EBC41F011894404e
Octal2433533043702110224100116
Binary1010001111101011110001001111101000110001001010010000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3EBC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3EBC4; }

 p { color: rgb(163,235,196); }

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

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

 a { background-color: rgb(163,235,196); }

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

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

 span { border-color: rgb(163,235,196); }

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