#A5FDC3

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

Shades of Magic Mint #A5FDC3

Tints of Magic Mint #A5FDC3

Color information

#A5FDC3 (or 0xA5FDC3) is unknown color: approx Magic Mint. HEX triplet: A5, FD and C3. RGB value is (165,253,195). Sum of RGB (Red+Green+Blue) = 165+253+195=613 (81% of max value = 765). Red value is 165 (64.84% from 255 or 26.92% from 613); Green value is 253 (99.22% from 255 or 41.27% from 613); Blue value is 195 (76.56% from 255 or 31.81% from 613); Max value from RGB is 253 - color contains mainly: green. Hex color #A5FDC3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5FDC3 is #5A023C. Grayscale: #DCDCDC. Windows color (decimal): -5898813 or 12844453. OLE color: 12844453.

HSL color Cylindrical-coordinate representation of color #A5FDC3: hue angle of 140.45º degrees, saturation: 0.96, 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 #A5FDC3 is Cyan = 0.35, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.

Color convert

RGB165253195-
CMYK0.3500.230.01
HSL140.45º95.65%81.96%-
HSV(B)140.45º34.78%99.22%-
XYZ60.4982.1964.31-
YUV220.08113.8588.72-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 26.92%
GREEN value IS 253 (99.22% from 255) = 41.27%
BLUE value IS 195 (76.56% from 255) = 31.81%
R=26.92%
G=41.27%
B=31.81%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1652531950.3500.230.01140.4595.6581.96
HexA5FDC32301718c6052
Octal245375303430271214140122
Binary10100101111111011100001110001101011111000110011000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5FDC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5FDC3; }

 p { color: rgb(165,253,195); }

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

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

 a { background-color: rgb(165,253,195); }

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

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

 span { border-color: rgb(165,253,195); }

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