#A4EDD3

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

Shades of Magic Mint #A4EDD3

Tints of Magic Mint #A4EDD3

Color information

#A4EDD3 (or 0xA4EDD3) is unknown color: approx Magic Mint. HEX triplet: A4, ED and D3. RGB value is (164,237,211). Sum of RGB (Red+Green+Blue) = 164+237+211=612 (81% of max value = 765). Red value is 164 (64.45% from 255 or 26.80% from 612); Green value is 237 (92.97% from 255 or 38.73% from 612); Blue value is 211 (82.81% from 255 or 34.48% from 612); Max value from RGB is 237 - color contains mainly: green. Hex color #A4EDD3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4EDD3 is #5B122C. Grayscale: #D4D4D4. Windows color (decimal): -5968429 or 13888932. OLE color: 13888932.

HSL color Cylindrical-coordinate representation of color #A4EDD3: hue angle of 158.63º degrees, saturation: 0.67, 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 #A4EDD3 is Cyan = 0.31, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB164237211-
CMYK0.3100.110.07
HSL158.63º66.97%78.63%-
HSV(B)158.63º30.8%92.94%-
XYZ57.3573.1672.73-
YUV212.21127.3293.61-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 26.80%
GREEN value IS 237 (92.97% from 255) = 38.73%
BLUE value IS 211 (82.81% from 255) = 34.48%
R=26.80%
G=38.73%
B=34.48%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1642372110.3100.110.07158.6366.9778.63
HexA4EDD31F0B79f434f
Octal244355323370137237103117
Binary10100100111011011101001111111010111111001111110000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4EDD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4EDD3; }

 p { color: rgb(164,237,211); }

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

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

 a { background-color: rgb(164,237,211); }

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

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

 span { border-color: rgb(164,237,211); }

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