#A1EBC1

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

Shades of Magic Mint #A1EBC1

Tints of Magic Mint #A1EBC1

Color information

#A1EBC1 (or 0xA1EBC1) is unknown color: approx Magic Mint. HEX triplet: A1, EB and C1. RGB value is (161,235,193). Sum of RGB (Red+Green+Blue) = 161+235+193=589 (78% of max value = 765). Red value is 161 (63.28% from 255 or 27.33% from 589); Green value is 235 (92.19% from 255 or 39.90% from 589); Blue value is 193 (75.78% from 255 or 32.77% from 589); Max value from RGB is 235 - color contains mainly: green. Hex color #A1EBC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1EBC1 is #5E143E. Grayscale: #D0D0D0. Windows color (decimal): -6165567 or 12708769. OLE color: 12708769.

HSL color Cylindrical-coordinate representation of color #A1EBC1: hue angle of 145.95º degrees, saturation: 0.65, 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 #A1EBC1 is Cyan = 0.31, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB161235193-
CMYK0.3100.180.08
HSL145.95º64.91%77.65%-
HSV(B)145.95º31.49%92.16%-
XYZ54.0370.8461.28-
YUV208.09119.4894.42-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 27.33%
GREEN value IS 235 (92.19% from 255) = 39.90%
BLUE value IS 193 (75.78% from 255) = 32.77%
R=27.33%
G=39.90%
B=32.77%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1612351930.3100.180.08145.9564.9177.65
HexA1EBC11F012892414e
Octal2413533013702210222101116
Binary1010000111101011110000011111101001010001001001010000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1EBC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1EBC1; }

 p { color: rgb(161,235,193); }

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

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

 a { background-color: rgb(161,235,193); }

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

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

 span { border-color: rgb(161,235,193); }

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