#A4EBC4

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

Shades of Magic Mint #A4EBC4

Tints of Magic Mint #A4EBC4

Color information

#A4EBC4 (or 0xA4EBC4) is unknown color: approx Magic Mint. HEX triplet: A4, EB and C4. RGB value is (164,235,196). Sum of RGB (Red+Green+Blue) = 164+235+196=595 (78% of max value = 765). Red value is 164 (64.45% from 255 or 27.56% from 595); Green value is 235 (92.19% from 255 or 39.50% from 595); Blue value is 196 (76.95% from 255 or 32.94% from 595); Max value from RGB is 235 - color contains mainly: green. Hex color #A4EBC4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4EBC4 is #5B143B. Grayscale: #D1D1D1. Windows color (decimal): -5968956 or 12905380. OLE color: 12905380.

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

Color convert

RGB164235196-
CMYK0.3000.170.08
HSL147.04º63.96%78.24%-
HSV(B)147.04º30.21%92.16%-
XYZ54.9871.2963.09-
YUV209.32120.4895.67-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 27.56%
GREEN value IS 235 (92.19% from 255) = 39.50%
BLUE value IS 196 (76.95% from 255) = 32.94%
R=27.56%
G=39.50%
B=32.94%

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
Decimal1642351960.3000.170.08147.0463.9678.24
HexA4EBC41E011893404e
Octal2443533043602110223100116
Binary1010010011101011110001001111001000110001001001110000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4EBC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4EBC4; }

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

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

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

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

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

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

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

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