#A5EDCA

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

Shades of Magic Mint #A5EDCA

Tints of Magic Mint #A5EDCA

Color information

#A5EDCA (or 0xA5EDCA) is unknown color: approx Magic Mint. HEX triplet: A5, ED and CA. RGB value is (165,237,202). Sum of RGB (Red+Green+Blue) = 165+237+202=604 (80% of max value = 765). Red value is 165 (64.84% from 255 or 27.32% from 604); Green value is 237 (92.97% from 255 or 39.24% from 604); Blue value is 202 (79.30% from 255 or 33.44% from 604); Max value from RGB is 237 - color contains mainly: green. Hex color #A5EDCA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5EDCA is #5A1235. Grayscale: #D3D3D3. Windows color (decimal): -5902902 or 13299109. OLE color: 13299109.

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

Color convert

RGB165237202-
CMYK0.3000.150.07
HSL150.83º66.67%78.82%-
HSV(B)150.83º30.38%92.94%-
XYZ56.4672.8366.96-
YUV211.48122.6594.85-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 27.32%
GREEN value IS 237 (92.97% from 255) = 39.24%
BLUE value IS 202 (79.30% from 255) = 33.44%
R=27.32%
G=39.24%
B=33.44%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1652372020.3000.150.07150.8366.6778.82
HexA5EDCA1E0F797434f
Octal245355312360177227103117
Binary10100101111011011100101011110011111111001011110000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5EDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5EDCA; }

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

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

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

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

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

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

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

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