#A5EED8

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

Shades of Magic Mint #A5EED8

Tints of Magic Mint #A5EED8

Color information

#A5EED8 (or 0xA5EED8) is unknown color: approx Magic Mint. HEX triplet: A5, EE and D8. RGB value is (165,238,216). Sum of RGB (Red+Green+Blue) = 165+238+216=619 (81% of max value = 765). Red value is 165 (64.84% from 255 or 26.66% from 619); Green value is 238 (93.36% from 255 or 38.45% from 619); Blue value is 216 (84.77% from 255 or 34.89% from 619); Max value from RGB is 238 - color contains mainly: green. Hex color #A5EED8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5EED8 is #5A1127. Grayscale: #D5D5D5. Windows color (decimal): -5902632 or 14216869. OLE color: 14216869.

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

Color convert

RGB165238216-
CMYK0.3100.090.07
HSL161.92º68.22%79.02%-
HSV(B)161.92º30.67%93.33%-
XYZ58.4974.1176.19-
YUV213.66129.3293.29-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 26.66%
GREEN value IS 238 (93.36% from 255) = 38.45%
BLUE value IS 216 (84.77% from 255) = 34.89%
R=26.66%
G=38.45%
B=34.89%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1652382160.3100.090.07161.9268.2279.02
HexA5EED81F097a2444f
Octal245356330370117242104117
Binary10100101111011101101100011111010011111010001010001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5EED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5EED8; }

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

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

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

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

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

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

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

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