#A4ECC4

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

Shades of Magic Mint #A4ECC4

Tints of Magic Mint #A4ECC4

Color information

#A4ECC4 (or 0xA4ECC4) is unknown color: approx Magic Mint. HEX triplet: A4, EC and C4. RGB value is (164,236,196). Sum of RGB (Red+Green+Blue) = 164+236+196=596 (78% of max value = 765). Red value is 164 (64.45% from 255 or 27.52% from 596); Green value is 236 (92.58% from 255 or 39.60% from 596); Blue value is 196 (76.95% from 255 or 32.89% from 596); Max value from RGB is 236 - color contains mainly: green. Hex color #A4ECC4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4ECC4 is #5B133B. Grayscale: #D1D1D1. Windows color (decimal): -5968700 or 12905636. OLE color: 12905636.

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

Color convert

RGB164236196-
CMYK0.3100.170.07
HSL146.67º65.45%78.43%-
HSV(B)146.67º30.51%92.55%-
XYZ55.2771.8763.18-
YUV209.91120.1595.25-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 27.52%
GREEN value IS 236 (92.58% from 255) = 39.60%
BLUE value IS 196 (76.95% from 255) = 32.89%
R=27.52%
G=39.60%
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
Decimal1642361960.3100.170.07146.6765.4578.43
HexA4ECC41F011793414e
Octal244354304370217223101116
Binary101001001110110011000100111110100011111001001110000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4ECC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4ECC4; }

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

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

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

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

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

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

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

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