#A3EACF

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

Shades of Magic Mint #A3EACF

Tints of Magic Mint #A3EACF

Color information

#A3EACF (or 0xA3EACF) is unknown color: approx Magic Mint. HEX triplet: A3, EA and CF. RGB value is (163,234,207). Sum of RGB (Red+Green+Blue) = 163+234+207=604 (80% of max value = 765). Red value is 163 (64.06% from 255 or 26.99% from 604); Green value is 234 (91.80% from 255 or 38.74% from 604); Blue value is 207 (81.25% from 255 or 34.27% from 604); Max value from RGB is 234 - color contains mainly: green. Hex color #A3EACF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3EACF is #5C1530. Grayscale: #D1D1D1. Windows color (decimal): -6034737 or 13626019. OLE color: 13626019.

HSL color Cylindrical-coordinate representation of color #A3EACF: hue angle of 157.18º 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 #A3EACF is Cyan = 0.30, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB163234207-
CMYK0.3000.120.08
HSL157.18º62.83%77.84%-
HSV(B)157.18º30.34%91.76%-
XYZ55.7971.1469.82-
YUV209.69126.4894.7-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 26.99%
GREEN value IS 234 (91.80% from 255) = 38.74%
BLUE value IS 207 (81.25% from 255) = 34.27%
R=26.99%
G=38.74%
B=34.27%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1632342070.3000.120.08157.1862.8377.84
HexA3EACF1E0C89d3f4e
Octal243352317360141023577116
Binary10100011111010101100111111110011001000100111011111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3EACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3EACF; }

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

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

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

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

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

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

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

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