#A5FFCD

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

Shades of Magic Mint #A5FFCD

Tints of Magic Mint #A5FFCD

Color information

#A5FFCD (or 0xA5FFCD) is unknown color: approx Magic Mint. HEX triplet: A5, FF and CD. RGB value is (165,255,205). Sum of RGB (Red+Green+Blue) = 165+255+205=625 (82% of max value = 765). Red value is 165 (64.84% from 255 or 26.4% from 625); Green value is 255 (100% from 255 or 40.8% from 625); Blue value is 205 (80.47% from 255 or 32.8% from 625); Max value from RGB is 255 - color contains mainly: green. Hex color #A5FFCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5FFCD is #5A0032. Grayscale: #DEDEDE. Windows color (decimal): -5898291 or 13500325. OLE color: 13500325.

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

Color convert

RGB165255205-
CMYK0.3500.200
HSL146.67º100%82.35%-
HSV(B)146.67º35.29%100%-
XYZ62.383.9370.67-
YUV222.39118.1887.07-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 26.4%
GREEN value IS 255 (100% from 255) = 40.8%
BLUE value IS 205 (80.47% from 255) = 32.8%
R=26.4%
G=40.8%
B=32.8%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1652552050.3500.200146.6710082.35
HexA5FFCD230140936452
Octal245377315430240223144122
Binary10100101111111111100110110001101010001001001111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5FFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5FFCD; }

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

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

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

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

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

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

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

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