#A1EACA

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

Shades of Magic Mint #A1EACA

Tints of Magic Mint #A1EACA

Color information

#A1EACA (or 0xA1EACA) is unknown color: approx Magic Mint. HEX triplet: A1, EA and CA. RGB value is (161,234,202). Sum of RGB (Red+Green+Blue) = 161+234+202=597 (79% of max value = 765). Red value is 161 (63.28% from 255 or 26.97% from 597); Green value is 234 (91.80% from 255 or 39.20% from 597); Blue value is 202 (79.30% from 255 or 33.84% from 597); Max value from RGB is 234 - color contains mainly: green. Hex color #A1EACA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1EACA is #5E1535. Grayscale: #D0D0D0. Windows color (decimal): -6165814 or 13298337. OLE color: 13298337.

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

Color convert

RGB161234202-
CMYK0.3100.140.08
HSL153.7º63.48%77.45%-
HSV(B)153.7º31.2%91.76%-
XYZ54.7870.6966.63-
YUV208.52124.3294.1-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 26.97%
GREEN value IS 234 (91.80% from 255) = 39.20%
BLUE value IS 202 (79.30% from 255) = 33.84%
R=26.97%
G=39.20%
B=33.84%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1612342020.3100.140.08153.763.4877.45
HexA1EACA1F0E89a3f4d
Octal241352312370161023277115
Binary10100001111010101100101011111011101000100110101111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1EACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1EACA; }

 p { color: rgb(161,234,202); }

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

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

 a { background-color: rgb(161,234,202); }

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

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

 span { border-color: rgb(161,234,202); }

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