#A5EED0

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

Shades of Magic Mint #A5EED0

Tints of Magic Mint #A5EED0

Color information

#A5EED0 (or 0xA5EED0) is unknown color: approx Magic Mint. HEX triplet: A5, EE and D0. RGB value is (165,238,208). Sum of RGB (Red+Green+Blue) = 165+238+208=611 (80% of max value = 765). Red value is 165 (64.84% from 255 or 27.00% from 611); Green value is 238 (93.36% from 255 or 38.95% from 611); Blue value is 208 (81.64% from 255 or 34.04% from 611); Max value from RGB is 238 - color contains mainly: green. Hex color #A5EED0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5EED0 is #5A112F. Grayscale: #D4D4D4. Windows color (decimal): -5902640 or 13692581. OLE color: 13692581.

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

Color convert

RGB165238208-
CMYK0.3100.130.07
HSL155.34º68.22%79.02%-
HSV(B)155.34º30.67%93.33%-
XYZ57.4873.770.87-
YUV212.75125.3293.94-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 27.00%
GREEN value IS 238 (93.36% from 255) = 38.95%
BLUE value IS 208 (81.64% from 255) = 34.04%
R=27.00%
G=38.95%
B=34.04%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1652382080.3100.130.07155.3468.2279.02
HexA5EED01F0D79b444f
Octal245356320370157233104117
Binary10100101111011101101000011111011011111001101110001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5EED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5EED0; }

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

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

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

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

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

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

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

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