#A5E4C7

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

Shades of Magic Mint #A5E4C7

Tints of Magic Mint #A5E4C7

Color information

#A5E4C7 (or 0xA5E4C7) is unknown color: approx Magic Mint. HEX triplet: A5, E4 and C7. RGB value is (165,228,199). Sum of RGB (Red+Green+Blue) = 165+228+199=592 (78% of max value = 765). Red value is 165 (64.84% from 255 or 27.87% from 592); Green value is 228 (89.45% from 255 or 38.51% from 592); Blue value is 199 (78.12% from 255 or 33.61% from 592); Max value from RGB is 228 - color contains mainly: green. Hex color #A5E4C7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5E4C7 is #5A1B38. Grayscale: #CDCDCD. Windows color (decimal): -5905209 or 13100197. OLE color: 13100197.

HSL color Cylindrical-coordinate representation of color #A5E4C7: hue angle of 152.38º degrees, saturation: 0.54, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A5E4C7 is Cyan = 0.28, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.11.

Color convert

RGB165228199-
CMYK0.2800.130.11
HSL152.38º53.85%77.06%-
HSV(B)152.38º27.63%89.41%-
XYZ53.5767.6164.26-
YUV205.86124.1398.86-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 27.87%
GREEN value IS 228 (89.45% from 255) = 38.51%
BLUE value IS 199 (78.12% from 255) = 33.61%
R=27.87%
G=38.51%
B=33.61%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1652281990.2800.130.11152.3853.8577.06
HexA5E4C71C0DB98364d
Octal245344307340151323066115
Binary10100101111001001100011111100011011011100110001101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5E4C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5E4C7; }

 p { color: rgb(165,228,199); }

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

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

 a { background-color: rgb(165,228,199); }

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

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

 span { border-color: rgb(165,228,199); }

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