#A4EBCA

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

Shades of Magic Mint #A4EBCA

Tints of Magic Mint #A4EBCA

Color information

#A4EBCA (or 0xA4EBCA) is unknown color: approx Magic Mint. HEX triplet: A4, EB and CA. RGB value is (164,235,202). Sum of RGB (Red+Green+Blue) = 164+235+202=601 (79% of max value = 765). Red value is 164 (64.45% from 255 or 27.29% from 601); Green value is 235 (92.19% from 255 or 39.10% from 601); Blue value is 202 (79.30% from 255 or 33.61% from 601); Max value from RGB is 235 - color contains mainly: green. Hex color #A4EBCA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4EBCA is #5B1435. Grayscale: #D2D2D2. Windows color (decimal): -5968950 or 13298596. OLE color: 13298596.

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

Color convert

RGB164235202-
CMYK0.3000.140.08
HSL152.11º63.96%78.24%-
HSV(B)152.11º30.21%92.16%-
XYZ55.6871.5766.76-
YUV210.01123.4895.18-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 27.29%
GREEN value IS 235 (92.19% from 255) = 39.10%
BLUE value IS 202 (79.30% from 255) = 33.61%
R=27.29%
G=39.10%
B=33.61%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1642352020.3000.140.08152.1163.9678.24
HexA4EBCA1E0E898404e
Octal2443533123601610230100116
Binary101001001110101111001010111100111010001001100010000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4EBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4EBCA; }

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

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

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

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

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

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

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

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