#A5FDCA

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

Shades of Magic Mint #A5FDCA

Tints of Magic Mint #A5FDCA

Color information

#A5FDCA (or 0xA5FDCA) is unknown color: approx Magic Mint. HEX triplet: A5, FD and CA. RGB value is (165,253,202). Sum of RGB (Red+Green+Blue) = 165+253+202=620 (82% of max value = 765). Red value is 165 (64.84% from 255 or 26.61% from 620); Green value is 253 (99.22% from 255 or 40.81% from 620); Blue value is 202 (79.30% from 255 or 32.58% from 620); Max value from RGB is 253 - color contains mainly: green. Hex color #A5FDCA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5FDCA is #5A0235. Grayscale: #DCDCDC. Windows color (decimal): -5898806 or 13303205. OLE color: 13303205.

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

Color convert

RGB165253202-
CMYK0.3500.200.01
HSL145.23º95.65%81.96%-
HSV(B)145.23º34.78%99.22%-
XYZ61.382.5168.57-
YUV220.87117.3588.15-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 26.61%
GREEN value IS 253 (99.22% from 255) = 40.81%
BLUE value IS 202 (79.30% from 255) = 32.58%
R=26.61%
G=40.81%
B=32.58%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1652532020.3500.200.01145.2395.6581.96
HexA5FDCA230141916052
Octal245375312430241221140122
Binary10100101111111011100101010001101010011001000111000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5FDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5FDCA; }

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

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

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

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

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

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

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

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