#A5EBC6

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

Shades of Magic Mint #A5EBC6

Tints of Magic Mint #A5EBC6

Color information

#A5EBC6 (or 0xA5EBC6) is unknown color: approx Magic Mint. HEX triplet: A5, EB and C6. RGB value is (165,235,198). Sum of RGB (Red+Green+Blue) = 165+235+198=598 (79% of max value = 765). Red value is 165 (64.84% from 255 or 27.59% from 598); Green value is 235 (92.19% from 255 or 39.30% from 598); Blue value is 198 (77.73% from 255 or 33.11% from 598); Max value from RGB is 235 - color contains mainly: green. Hex color #A5EBC6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5EBC6 is #5A1439. Grayscale: #D1D1D1. Windows color (decimal): -5903418 or 13036453. OLE color: 13036453.

HSL color Cylindrical-coordinate representation of color #A5EBC6: hue angle of 148.29º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A5EBC6 is Cyan = 0.30, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.08.

Color convert

RGB165235198-
CMYK0.3000.160.08
HSL148.29º63.64%78.43%-
HSV(B)148.29º29.79%92.16%-
XYZ55.4271.4964.3-
YUV209.85121.3196.01-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 27.59%
GREEN value IS 235 (92.19% from 255) = 39.30%
BLUE value IS 198 (77.73% from 255) = 33.11%
R=27.59%
G=39.30%
B=33.11%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1652351980.3000.160.08148.2963.6478.43
HexA5EBC61E010894404e
Octal2453533063602010224100116
Binary1010010111101011110001101111001000010001001010010000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5EBC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5EBC6; }

 p { color: rgb(165,235,198); }

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

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

 a { background-color: rgb(165,235,198); }

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

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

 span { border-color: rgb(165,235,198); }

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