#A4EED5

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

Shades of Magic Mint #A4EED5

Tints of Magic Mint #A4EED5

Color information

#A4EED5 (or 0xA4EED5) is unknown color: approx Magic Mint. HEX triplet: A4, EE and D5. RGB value is (164,238,213). Sum of RGB (Red+Green+Blue) = 164+238+213=615 (81% of max value = 765). Red value is 164 (64.45% from 255 or 26.67% from 615); Green value is 238 (93.36% from 255 or 38.70% from 615); Blue value is 213 (83.59% from 255 or 34.63% from 615); Max value from RGB is 238 - color contains mainly: green. Hex color #A4EED5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4EED5 is #5B112A. Grayscale: #D5D5D5. Windows color (decimal): -5968171 or 14020260. OLE color: 14020260.

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

Color convert

RGB164238213-
CMYK0.3100.110.07
HSL159.73º68.52%78.82%-
HSV(B)159.73º31.09%93.33%-
XYZ57.8973.8574.15-
YUV213.02127.9893.03-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 26.67%
GREEN value IS 238 (93.36% from 255) = 38.70%
BLUE value IS 213 (83.59% from 255) = 34.63%
R=26.67%
G=38.70%
B=34.63%

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
Decimal1642382130.3100.110.07159.7368.5278.82
HexA4EED51F0B7a0454f
Octal244356325370137240105117
Binary10100100111011101101010111111010111111010000010001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4EED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4EED5; }

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

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

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

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

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

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

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

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