#A1EBCC

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

Shades of Magic Mint #A1EBCC

Tints of Magic Mint #A1EBCC

Color information

#A1EBCC (or 0xA1EBCC) is unknown color: approx Magic Mint. HEX triplet: A1, EB and CC. RGB value is (161,235,204). Sum of RGB (Red+Green+Blue) = 161+235+204=600 (79% of max value = 765). Red value is 161 (63.28% from 255 or 26.83% from 600); Green value is 235 (92.19% from 255 or 39.17% from 600); Blue value is 204 (80.08% from 255 or 34% from 600); Max value from RGB is 235 - color contains mainly: green. Hex color #A1EBCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1EBCC is #5E1433. Grayscale: #D1D1D1. Windows color (decimal): -6165556 or 13429665. OLE color: 13429665.

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

Color convert

RGB161235204-
CMYK0.3100.130.08
HSL154.86º64.91%77.65%-
HSV(B)154.86º31.49%92.16%-
XYZ55.3171.3567.98-
YUV209.34124.9893.52-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 26.83%
GREEN value IS 235 (92.19% from 255) = 39.17%
BLUE value IS 204 (80.08% from 255) = 34%
R=26.83%
G=39.17%
B=34%

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
Decimal1612352040.3100.130.08154.8664.9177.65
HexA1EBCC1F0D89b414e
Octal2413533143701510233101116
Binary101000011110101111001100111110110110001001101110000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1EBCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1EBCC; }

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

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

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

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

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

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

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

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