#A5FEDB

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

Shades of Magic Mint #A5FEDB

Tints of Magic Mint #A5FEDB

Color information

#A5FEDB (or 0xA5FEDB) is unknown color: approx Magic Mint. HEX triplet: A5, FE and DB. RGB value is (165,254,219). Sum of RGB (Red+Green+Blue) = 165+254+219=638 (84% of max value = 765). Red value is 165 (64.84% from 255 or 25.86% from 638); Green value is 254 (99.61% from 255 or 39.81% from 638); Blue value is 219 (85.94% from 255 or 34.33% from 638); Max value from RGB is 254 - color contains mainly: green. Hex color #A5FEDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5FEDB is #5A0124. Grayscale: #DFDFDF. Windows color (decimal): -5898533 or 14417573. OLE color: 14417573.

HSL color Cylindrical-coordinate representation of color #A5FEDB: hue angle of 156.4º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A5FEDB is Cyan = 0.35, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.

Color convert

RGB165254219-
CMYK0.3500.140.00
HSL156.4º97.8%82.16%-
HSV(B)156.4º35.04%99.61%-
XYZ63.758479.87-
YUV223.4125.5186.35-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 25.86%
GREEN value IS 254 (99.61% from 255) = 39.81%
BLUE value IS 219 (85.94% from 255) = 34.33%
R=25.86%
G=39.81%
B=34.33%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1652542190.3500.140.00156.497.882.16
HexA5FEDB230E09c6252
Octal245376333430160234142122
Binary1010010111111110110110111000110111001001110011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5FEDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5FEDB; }

 p { color: rgb(165,254,219); }

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

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

 a { background-color: rgb(165,254,219); }

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

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

 span { border-color: rgb(165,254,219); }

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