#A5FCDE

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

Shades of Magic Mint #A5FCDE

Tints of Magic Mint #A5FCDE

Color information

#A5FCDE (or 0xA5FCDE) is unknown color: approx Magic Mint. HEX triplet: A5, FC and DE. RGB value is (165,252,222). Sum of RGB (Red+Green+Blue) = 165+252+222=639 (84% of max value = 765). Red value is 165 (64.84% from 255 or 25.82% from 639); Green value is 252 (98.83% from 255 or 39.44% from 639); Blue value is 222 (87.11% from 255 or 34.74% from 639); Max value from RGB is 252 - color contains mainly: green. Hex color #A5FCDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5FCDE is #5A0321. Grayscale: #DEDEDE. Windows color (decimal): -5899042 or 14613669. OLE color: 14613669.

HSL color Cylindrical-coordinate representation of color #A5FCDE: hue angle of 159.31º degrees, saturation: 0.94, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A5FCDE is Cyan = 0.35, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB165252222-
CMYK0.3500.120.01
HSL159.31º93.55%81.76%-
HSV(B)159.31º34.52%98.82%-
XYZ63.5182.8981.76-
YUV222.57127.6886.94-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 25.82%
GREEN value IS 252 (98.83% from 255) = 39.44%
BLUE value IS 222 (87.11% from 255) = 34.74%
R=25.82%
G=39.44%
B=34.74%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1652522220.3500.120.01159.3193.5581.76
HexA5FCDE230C19f5e52
Octal245374336430141237136122
Binary1010010111111100110111101000110110011001111110111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5FCDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5FCDE; }

 p { color: rgb(165,252,222); }

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

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

 a { background-color: rgb(165,252,222); }

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

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

 span { border-color: rgb(165,252,222); }

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