#A1EBCD

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

Shades of Magic Mint #A1EBCD

Tints of Magic Mint #A1EBCD

Color information

#A1EBCD (or 0xA1EBCD) is unknown color: approx Magic Mint. HEX triplet: A1, EB and CD. RGB value is (161,235,205). Sum of RGB (Red+Green+Blue) = 161+235+205=601 (79% of max value = 765). Red value is 161 (63.28% from 255 or 26.79% from 601); Green value is 235 (92.19% from 255 or 39.10% from 601); Blue value is 205 (80.47% from 255 or 34.11% from 601); Max value from RGB is 235 - color contains mainly: green. Hex color #A1EBCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1EBCD is #5E1432. Grayscale: #D1D1D1. Windows color (decimal): -6165555 or 13495201. OLE color: 13495201.

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

Color convert

RGB161235205-
CMYK0.3100.130.08
HSL155.68º64.91%77.65%-
HSV(B)155.68º31.49%92.16%-
XYZ55.4371.468.62-
YUV209.45125.4893.44-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 26.79%
GREEN value IS 235 (92.19% from 255) = 39.10%
BLUE value IS 205 (80.47% from 255) = 34.11%
R=26.79%
G=39.10%
B=34.11%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1612352050.3100.130.08155.6864.9177.65
HexA1EBCD1F0D89c414e
Octal2413533153701510234101116
Binary101000011110101111001101111110110110001001110010000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1EBCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1EBCD; }

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

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

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

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

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

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

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

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