#a5e8bf

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

Shades of Magic Mint #A5E8BF

Tints of Magic Mint #A5E8BF

Color information

#A5E8BF (or 0xA5E8BF) is unknown color: approx Magic Mint. HEX triplet: A5, E8 and BF. RGB value is (165,232,191). Sum of RGB (Red+Green+Blue) = 165+232+191=588 (77% of max value = 765). Red value is 165 (64.84% from 255 or 28.06% from 588); Green value is 232 (91.02% from 255 or 39.46% from 588); Blue value is 191 (75% from 255 or 32.48% from 588); Max value from RGB is 232 - color contains mainly: green. Hex color #A5E8BF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5E8BF is #5A1740. Grayscale: #CFCFCF. Windows color (decimal): -5904193 or 12576933. OLE color: 12576933.

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

Color convert

RGB165232191-
CMYK0.2900.180.09
HSL143.28º59.29%77.84%-
HSV(B)143.28º28.88%90.98%-
XYZ53.7869.4759.87-
YUV207.29118.897.83-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 28.06%
GREEN value IS 232 (91.02% from 255) = 39.46%
BLUE value IS 191 (75% from 255) = 32.48%
R=28.06%
G=39.46%
B=32.48%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1652321910.2900.180.09143.2859.2977.84
HexA5E8BF1D01298f3b4e
Octal245350277350221121773116
Binary101001011110100010111111111010100101001100011111110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a5e8bf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a5e8bf; }

 p { color: rgb(165,232,191); }

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

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

 a { background-color: rgb(165,232,191); }

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

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

 span { border-color: rgb(165,232,191); }

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