#A4EACE

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

Shades of Magic Mint #A4EACE

Tints of Magic Mint #A4EACE

Color information

#A4EACE (or 0xA4EACE) is unknown color: approx Magic Mint. HEX triplet: A4, EA and CE. RGB value is (164,234,206). Sum of RGB (Red+Green+Blue) = 164+234+206=604 (80% of max value = 765). Red value is 164 (64.45% from 255 or 27.15% from 604); Green value is 234 (91.80% from 255 or 38.74% from 604); Blue value is 206 (80.86% from 255 or 34.11% from 604); Max value from RGB is 234 - color contains mainly: green. Hex color #A4EACE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4EACE is #5B1531. Grayscale: #D1D1D1. Windows color (decimal): -5969202 or 13560484. OLE color: 13560484.

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

Color convert

RGB164234206-
CMYK0.3000.120.08
HSL156º62.5%78.04%-
HSV(B)156º29.91%91.76%-
XYZ55.8771.1969.19-
YUV209.88125.8195.28-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 27.15%
GREEN value IS 234 (91.80% from 255) = 38.74%
BLUE value IS 206 (80.86% from 255) = 34.11%
R=27.15%
G=38.74%
B=34.11%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1642342060.3000.120.0815662.578.04
HexA4EACE1E0C89c3e4e
Octal244352316360141023476116
Binary10100100111010101100111011110011001000100111001111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4EACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4EACE; }

 p { color: rgb(164,234,206); }

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

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

 a { background-color: rgb(164,234,206); }

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

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

 span { border-color: rgb(164,234,206); }

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