#A4EACB

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

Shades of Magic Mint #A4EACB

Tints of Magic Mint #A4EACB

Color information

#A4EACB (or 0xA4EACB) is unknown color: approx Magic Mint. HEX triplet: A4, EA and CB. RGB value is (164,234,203). Sum of RGB (Red+Green+Blue) = 164+234+203=601 (79% of max value = 765). Red value is 164 (64.45% from 255 or 27.29% from 601); Green value is 234 (91.80% from 255 or 38.94% from 601); Blue value is 203 (79.69% from 255 or 33.78% from 601); Max value from RGB is 234 - color contains mainly: green. Hex color #A4EACB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4EACB is #5B1534. Grayscale: #D1D1D1. Windows color (decimal): -5969205 or 13363876. OLE color: 13363876.

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

Color convert

RGB164234203-
CMYK0.3000.130.08
HSL153.43º62.5%78.04%-
HSV(B)153.43º29.91%91.76%-
XYZ55.5171.0567.29-
YUV209.54124.3195.52-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 27.29%
GREEN value IS 234 (91.80% from 255) = 38.94%
BLUE value IS 203 (79.69% from 255) = 33.78%
R=27.29%
G=38.94%
B=33.78%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1642342030.3000.130.08153.4362.578.04
HexA4EACB1E0D8993e4e
Octal244352313360151023176116
Binary10100100111010101100101111110011011000100110011111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4EACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4EACB; }

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

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

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

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

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

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

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

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