#A5EED5

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

Shades of Magic Mint #A5EED5

Tints of Magic Mint #A5EED5

Color information

#A5EED5 (or 0xA5EED5) is unknown color: approx Magic Mint. HEX triplet: A5, EE and D5. RGB value is (165,238,213). Sum of RGB (Red+Green+Blue) = 165+238+213=616 (81% of max value = 765). Red value is 165 (64.84% from 255 or 26.79% from 616); Green value is 238 (93.36% from 255 or 38.64% from 616); Blue value is 213 (83.59% from 255 or 34.58% from 616); Max value from RGB is 238 - color contains mainly: green. Hex color #A5EED5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5EED5 is #5A112A. Grayscale: #D5D5D5. Windows color (decimal): -5902635 or 14020261. OLE color: 14020261.

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

Color convert

RGB165238213-
CMYK0.3100.110.07
HSL159.45º68.22%79.02%-
HSV(B)159.45º30.67%93.33%-
XYZ58.173.9574.16-
YUV213.32127.8293.53-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 26.79%
GREEN value IS 238 (93.36% from 255) = 38.64%
BLUE value IS 213 (83.59% from 255) = 34.58%
R=26.79%
G=38.64%
B=34.58%

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
Decimal1652382130.3100.110.07159.4568.2279.02
HexA5EED51F0B79f444f
Octal245356325370137237104117
Binary10100101111011101101010111111010111111001111110001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5EED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5EED5; }

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

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

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

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

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

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

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

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