#A5EDCD

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

Shades of Magic Mint #A5EDCD

Tints of Magic Mint #A5EDCD

Color information

#A5EDCD (or 0xA5EDCD) is unknown color: approx Magic Mint. HEX triplet: A5, ED and CD. RGB value is (165,237,205). Sum of RGB (Red+Green+Blue) = 165+237+205=607 (80% of max value = 765). Red value is 165 (64.84% from 255 or 27.18% from 607); Green value is 237 (92.97% from 255 or 39.04% from 607); Blue value is 205 (80.47% from 255 or 33.77% from 607); Max value from RGB is 237 - color contains mainly: green. Hex color #A5EDCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5EDCD is #5A1232. Grayscale: #D3D3D3. Windows color (decimal): -5902899 or 13495717. OLE color: 13495717.

HSL color Cylindrical-coordinate representation of color #A5EDCD: hue angle of 153.33º 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 #A5EDCD is Cyan = 0.30, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB165237205-
CMYK0.3000.140.07
HSL153.33º66.67%78.82%-
HSV(B)153.33º30.38%92.94%-
XYZ56.8272.9868.85-
YUV211.82124.1594.6-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 27.18%
GREEN value IS 237 (92.97% from 255) = 39.04%
BLUE value IS 205 (80.47% from 255) = 33.77%
R=27.18%
G=39.04%
B=33.77%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1652372050.3000.140.07153.3366.6778.82
HexA5EDCD1E0E799434f
Octal245355315360167231103117
Binary10100101111011011100110111110011101111001100110000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5EDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5EDCD; }

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

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

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

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

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

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

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

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