#A3EAC4

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

Shades of Magic Mint #A3EAC4

Tints of Magic Mint #A3EAC4

Color information

#A3EAC4 (or 0xA3EAC4) is unknown color: approx Magic Mint. HEX triplet: A3, EA and C4. RGB value is (163,234,196). Sum of RGB (Red+Green+Blue) = 163+234+196=593 (78% of max value = 765). Red value is 163 (64.06% from 255 or 27.49% from 593); Green value is 234 (91.80% from 255 or 39.46% from 593); Blue value is 196 (76.95% from 255 or 33.05% from 593); Max value from RGB is 234 - color contains mainly: green. Hex color #A3EAC4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3EAC4 is #5C153B. Grayscale: #D0D0D0. Windows color (decimal): -6034748 or 12905123. OLE color: 12905123.

HSL color Cylindrical-coordinate representation of color #A3EAC4: hue angle of 147.89º degrees, saturation: 0.63, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A3EAC4 is Cyan = 0.30, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.08.

Color convert

RGB163234196-
CMYK0.3000.160.08
HSL147.89º62.83%77.84%-
HSV(B)147.89º30.34%91.76%-
XYZ54.4970.6262.98-
YUV208.44120.9895.59-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 27.49%
GREEN value IS 234 (91.80% from 255) = 39.46%
BLUE value IS 196 (76.95% from 255) = 33.05%
R=27.49%
G=39.46%
B=33.05%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1632341960.3000.160.08147.8962.8377.84
HexA3EAC41E0108943f4e
Octal243352304360201022477116
Binary101000111110101011000100111100100001000100101001111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3EAC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3EAC4; }

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

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

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

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

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

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

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

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