#A4EBC2

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

Shades of Magic Mint #A4EBC2

Tints of Magic Mint #A4EBC2

Color information

#A4EBC2 (or 0xA4EBC2) is unknown color: approx Magic Mint. HEX triplet: A4, EB and C2. RGB value is (164,235,194). Sum of RGB (Red+Green+Blue) = 164+235+194=593 (78% of max value = 765). Red value is 164 (64.45% from 255 or 27.66% from 593); Green value is 235 (92.19% from 255 or 39.63% from 593); Blue value is 194 (76.17% from 255 or 32.72% from 593); Max value from RGB is 235 - color contains mainly: green. Hex color #A4EBC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4EBC2 is #5B143D. Grayscale: #D1D1D1. Windows color (decimal): -5968958 or 12774308. OLE color: 12774308.

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

Color convert

RGB164235194-
CMYK0.3000.170.08
HSL145.35º63.96%78.24%-
HSV(B)145.35º30.21%92.16%-
XYZ54.7671.261.9-
YUV209.1119.4895.83-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 27.66%
GREEN value IS 235 (92.19% from 255) = 39.63%
BLUE value IS 194 (76.17% from 255) = 32.72%
R=27.66%
G=39.63%
B=32.72%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1642351940.3000.170.08145.3563.9678.24
HexA4EBC21E011891404e
Octal2443533023602110221100116
Binary1010010011101011110000101111001000110001001000110000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4EBC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4EBC2; }

 p { color: rgb(164,235,194); }

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

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

 a { background-color: rgb(164,235,194); }

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

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

 span { border-color: rgb(164,235,194); }

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