#A5EAC0

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

Shades of Magic Mint #A5EAC0

Tints of Magic Mint #A5EAC0

Color information

#A5EAC0 (or 0xA5EAC0) is unknown color: approx Magic Mint. HEX triplet: A5, EA and C0. RGB value is (165,234,192). Sum of RGB (Red+Green+Blue) = 165+234+192=591 (78% of max value = 765). Red value is 165 (64.84% from 255 or 27.92% from 591); Green value is 234 (91.80% from 255 or 39.59% from 591); Blue value is 192 (75.39% from 255 or 32.49% from 591); Max value from RGB is 234 - color contains mainly: green. Hex color #A5EAC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5EAC0 is #5A153F. Grayscale: #D0D0D0. Windows color (decimal): -5903680 or 12642981. OLE color: 12642981.

HSL color Cylindrical-coordinate representation of color #A5EAC0: hue angle of 143.48º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A5EAC0 is Cyan = 0.29, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB165234192-
CMYK0.2900.180.08
HSL143.48º62.16%78.24%-
HSV(B)143.48º29.49%91.76%-
XYZ54.4570.6560.64-
YUV208.58118.6496.92-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 27.92%
GREEN value IS 234 (91.80% from 255) = 39.59%
BLUE value IS 192 (75.39% from 255) = 32.49%
R=27.92%
G=39.59%
B=32.49%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1652341920.2900.180.08143.4862.1678.24
HexA5EAC01D01288f3e4e
Octal245352300350221021776116
Binary101001011110101011000000111010100101000100011111111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5EAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5EAC0; }

 p { color: rgb(165,234,192); }

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

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

 a { background-color: rgb(165,234,192); }

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

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

 span { border-color: rgb(165,234,192); }

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