#A5EDD6

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

Shades of Magic Mint #A5EDD6

Tints of Magic Mint #A5EDD6

Color information

#A5EDD6 (or 0xA5EDD6) is unknown color: approx Magic Mint. HEX triplet: A5, ED and D6. RGB value is (165,237,214). Sum of RGB (Red+Green+Blue) = 165+237+214=616 (81% of max value = 765). Red value is 165 (64.84% from 255 or 26.79% from 616); Green value is 237 (92.97% from 255 or 38.47% from 616); Blue value is 214 (83.98% from 255 or 34.74% from 616); Max value from RGB is 237 - color contains mainly: green. Hex color #A5EDD6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5EDD6 is #5A1229. Grayscale: #D4D4D4. Windows color (decimal): -5902890 or 14085541. OLE color: 14085541.

HSL color Cylindrical-coordinate representation of color #A5EDD6: hue angle of 160.83º degrees, saturation: 0.67, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A5EDD6 is Cyan = 0.30, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.

Color convert

RGB165237214-
CMYK0.3000.100.07
HSL160.83º66.67%78.82%-
HSV(B)160.83º30.38%92.94%-
XYZ57.9473.4274.74-
YUV212.85128.6593.87-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 26.79%
GREEN value IS 237 (92.97% from 255) = 38.47%
BLUE value IS 214 (83.98% from 255) = 34.74%
R=26.79%
G=38.47%
B=34.74%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1652372140.3000.100.07160.8366.6778.82
HexA5EDD61E0A7a1434f
Octal245355326360127241103117
Binary10100101111011011101011011110010101111010000110000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5EDD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5EDD6; }

 p { color: rgb(165,237,214); }

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

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

 a { background-color: rgb(165,237,214); }

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

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

 span { border-color: rgb(165,237,214); }

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