#A4EEC5

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

Shades of Magic Mint #A4EEC5

Tints of Magic Mint #A4EEC5

Color information

#A4EEC5 (or 0xA4EEC5) is unknown color: approx Magic Mint. HEX triplet: A4, EE and C5. RGB value is (164,238,197). Sum of RGB (Red+Green+Blue) = 164+238+197=599 (79% of max value = 765). Red value is 164 (64.45% from 255 or 27.38% from 599); Green value is 238 (93.36% from 255 or 39.73% from 599); Blue value is 197 (77.34% from 255 or 32.89% from 599); Max value from RGB is 238 - color contains mainly: green. Hex color #A4EEC5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4EEC5 is #5B113A. Grayscale: #D3D3D3. Windows color (decimal): -5968187 or 12971684. OLE color: 12971684.

HSL color Cylindrical-coordinate representation of color #A4EEC5: hue angle of 146.76º degrees, saturation: 0.69, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A4EEC5 is Cyan = 0.31, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.

Color convert

RGB164238197-
CMYK0.3100.170.07
HSL146.76º68.52%78.82%-
HSV(B)146.76º31.09%93.33%-
XYZ55.9673.0763.98-
YUV211.2119.9894.33-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 27.38%
GREEN value IS 238 (93.36% from 255) = 39.73%
BLUE value IS 197 (77.34% from 255) = 32.89%
R=27.38%
G=39.73%
B=32.89%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1642381970.3100.170.07146.7668.5278.82
HexA4EEC51F011793454f
Octal244356305370217223105117
Binary101001001110111011000101111110100011111001001110001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4EEC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4EEC5; }

 p { color: rgb(164,238,197); }

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

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

 a { background-color: rgb(164,238,197); }

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

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

 span { border-color: rgb(164,238,197); }

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